From e12c08e8d170b7ca40f204a5b0423c23a9fbc2c1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Apr 2019 06:17:24 +0200 Subject: ClangFormat: apply to source, most of intern Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat --- source/blender/editors/metaball/CMakeLists.txt | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'source/blender/editors/metaball/CMakeLists.txt') diff --git a/source/blender/editors/metaball/CMakeLists.txt b/source/blender/editors/metaball/CMakeLists.txt index 11547a0af6f..72105ddb00a 100644 --- a/source/blender/editors/metaball/CMakeLists.txt +++ b/source/blender/editors/metaball/CMakeLists.txt @@ -16,16 +16,16 @@ # ***** END GPL LICENSE BLOCK ***** set(INC - ../include - ../../blenkernel - ../../blenlib - ../../depsgraph - ../../makesdna - ../../makesrna - ../../render/extern/include - ../../windowmanager - ../../../../intern/clog - ../../../../intern/guardedalloc + ../include + ../../blenkernel + ../../blenlib + ../../depsgraph + ../../makesdna + ../../makesrna + ../../render/extern/include + ../../windowmanager + ../../../../intern/clog + ../../../../intern/guardedalloc ) set(INC_SYS @@ -33,11 +33,11 @@ set(INC_SYS ) set(SRC - editmball_undo.c - mball_edit.c - mball_ops.c + editmball_undo.c + mball_edit.c + mball_ops.c - mball_intern.h + mball_intern.h ) set(LIB -- cgit v1.2.3