style cleanup: indentation

This commit is contained in:
2012-11-09 09:33:28 +00:00
parent 03cc3b94c9
commit 2bb174cfa4
44 changed files with 194 additions and 180 deletions

View File

@@ -504,7 +504,7 @@ void PyC_SetHomePath(const char *py_path_bundle)
* but current Python lib (release 3.1.1) doesn't handle these correctly */
if (strchr(py_path_bundle, ':'))
printf("Warning : Blender application is located in a path containing : or / chars\
\nThis may make python import function fail\n");
\nThis may make python import function fail\n");
#endif