From 503716bb651ac983e4b76c9e5592b2f794d306af Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 31 Aug 2019 03:42:19 +1000 Subject: Cleanup: 2 space indentation --- source/blender/blendthumb/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/blendthumb') 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 $ - COMPONENT Blender - DESTINATION "." + FILES $ + COMPONENT Blender + DESTINATION "." ) -- cgit v1.2.3