[Bf-blender-cvs] [503716bb651] master: Cleanup: 2 space indentation

Campbell Barton noreply at git.blender.org
Fri Aug 30 19:42:56 CEST 2019


Commit: 503716bb651ac983e4b76c9e5592b2f794d306af
Author: Campbell Barton
Date:   Sat Aug 31 03:42:19 2019 +1000
Branches: master
https://developer.blender.org/rB503716bb651ac983e4b76c9e5592b2f794d306af

Cleanup: 2 space indentation

===================================================================

M	source/blender/blendthumb/CMakeLists.txt

===================================================================

diff --git a/source/blender/blendthumb/CMakeLists.txt b/source/blender/blendthumb/CMakeLists.txt
index 669234550af..6c786dfcc7a 100644
--- a/source/blender/blendthumb/CMakeLists.txt
+++ b/source/blender/blendthumb/CMakeLists.txt
@@ -32,7 +32,7 @@ add_library(BlendThumb SHARED ${SRC})
 target_link_libraries(BlendThumb ${ZLIB_LIBRARIES})
 
 install(
-    FILES $<TARGET_FILE:BlendThumb>
-    COMPONENT Blender
-    DESTINATION "."
+  FILES $<TARGET_FILE:BlendThumb>
+  COMPONENT Blender
+  DESTINATION "."
 )



More information about the Bf-blender-cvs mailing list