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
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-06-19 00:24:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-06-19 00:32:21 +0300
commitdfe2ca26f714769158093a3a9f2ee1897194fe2a (patch)
treee8133764079836844097b6ee622e286c06f12d4a /intern
parent82afc58f91629ddfefbd1f8fe059343577837294 (diff)
Cleanup: style, indentation
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/CMakeLists.txt b/intern/cycles/util/CMakeLists.txt
index f0157b1be7b..4f1c82897cc 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -33,7 +33,7 @@ set(LIB
)
if(WITH_CYCLES_STANDALONE)
- if (WITH_CYCLES_STANDALONE_GUI)
+ if(WITH_CYCLES_STANDALONE_GUI)
list(APPEND SRC
util_view.cpp
)