From a54bdd76cb34005d07a65c2c3a8198b7b8e8c95a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Apr 2019 08:50:46 +0200 Subject: ClangFormat: format '#if 0' code Previous cleanups didn't account for space after '#'. --- source/creator/creator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/creator/creator.c') diff --git a/source/creator/creator.c b/source/creator/creator.c index 713ebdaadec..b257564519a 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -447,8 +447,8 @@ int main(int argc, /* TODO - U.pythondir */ #else printf( - "\n* WARNING * - Blender compiled without Python!\nthis is not intended for typical " - "usage\n\n"); + "\n* WARNING * - Blender compiled without Python!\n" + "this is not intended for typical usage\n\n"); #endif CTX_py_init_set(C, 1); -- cgit v1.2.3