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>2018-06-04 19:47:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-04 19:47:57 +0300
commit58e8c71cbd91931f97607ab8b028624b3e90455e (patch)
tree3569fdc38ad919f0552653504b60edb31273f54f /intern/ghost/CMakeLists.txt
parentf6740993f7add82252bf4f6d9d987d3f724ab8f5 (diff)
Cleanup: strip ghost trailing space
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index ba569ff4166..1af0defc4ed 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -279,7 +279,7 @@ elseif(WIN32)
if(NOT WITH_GL_EGL)
list(APPEND SRC
intern/GHOST_ContextWGL.cpp
-
+
intern/GHOST_ContextWGL.h
)
endif()
@@ -306,7 +306,7 @@ endif()
if(WITH_GL_EGL AND NOT (WITH_HEADLESS OR WITH_GHOST_SDL))
list(APPEND SRC
intern/GHOST_ContextEGL.cpp
-
+
intern/GHOST_ContextEGL.h
)
endif()