Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-10-02 02:48:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-02 04:59:16 +0300
commit28ebe827e60c84ed4731a9f8aa701ccf2d8be0b0 (patch)
tree564016446a394c3ec547dd0c250057cec7ecd61d /source/blender/gpu/tests
parente2e31b9baca8fa98273f029c6ca47eab662db747 (diff)
Cleanup: trailing space
Diffstat (limited to 'source/blender/gpu/tests')
-rw-r--r--source/blender/gpu/tests/gpu_testing.cc2
-rw-r--r--source/blender/gpu/tests/gpu_testing.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/gpu/tests/gpu_testing.cc b/source/blender/gpu/tests/gpu_testing.cc
index 2772139b8f6..c193a19ad9c 100644
--- a/source/blender/gpu/tests/gpu_testing.cc
+++ b/source/blender/gpu/tests/gpu_testing.cc
@@ -28,4 +28,4 @@ void GPUTest::TearDown()
GHOST_DisposeSystem(ghost_system);
}
-} // namespace blender::gpu \ No newline at end of file
+} // namespace blender::gpu
diff --git a/source/blender/gpu/tests/gpu_testing.hh b/source/blender/gpu/tests/gpu_testing.hh
index 7e9203d2d7c..cf902a91264 100644
--- a/source/blender/gpu/tests/gpu_testing.hh
+++ b/source/blender/gpu/tests/gpu_testing.hh
@@ -24,4 +24,4 @@ class GPUTest : public ::testing::Test {
void TearDown() override;
};
-} // namespace blender::gpu \ No newline at end of file
+} // namespace blender::gpu