From b361b2f21488b99698e0964a919f20e91ad7838d Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Thu, 29 Jul 2021 17:06:16 +0200 Subject: Cleanup: Consistent indent style for asset CMakeLists file Was mixing 4 and 2 space indent in a single file. --- source/blender/editors/asset/CMakeLists.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'source/blender/editors/asset') 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 -- cgit v1.2.3