[Bf-blender-cvs] [b361b2f2148] master: Cleanup: Consistent indent style for asset CMakeLists file

Julian Eisel noreply at git.blender.org
Thu Jul 29 17:35:11 CEST 2021


Commit: b361b2f21488b99698e0964a919f20e91ad7838d
Author: Julian Eisel
Date:   Thu Jul 29 17:06:16 2021 +0200
Branches: master
https://developer.blender.org/rBb361b2f21488b99698e0964a919f20e91ad7838d

Cleanup: Consistent indent style for asset CMakeLists file

Was mixing 4 and 2 space indent in a single file.

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

M	source/blender/editors/asset/CMakeLists.txt

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

diff --git a/source/blender/editors/asset/CMakeLists.txt b/source/blender/editors/asset/CMakeLists.txt
index d56edd43d7d..2e25be51781 100644
--- a/source/blender/editors/asset/CMakeLists.txt
+++ b/source/blender/editors/asset/CMakeLists.txt
@@ -16,15 +16,15 @@
 # ***** END GPL LICENSE BLOCK *****
 
 set(INC
-    .
-    ../include
-    ../../blenkernel
-    ../../blenlib
-    ../../blenloader
-    ../../makesdna
-    ../../makesrna
-    ../../windowmanager
-    ../../../../intern/guardedalloc
+  .
+  ../include
+  ../../blenkernel
+  ../../blenlib
+  ../../blenloader
+  ../../makesdna
+  ../../makesrna
+  ../../windowmanager
+  ../../../../intern/guardedalloc
 )
 
 set(INC_SYS



More information about the Bf-blender-cvs mailing list