Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/windowmanager/intern/wm_operators.c')
-rw-r--r--source/blender/windowmanager/intern/wm_operators.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c
index 6448fc2ac34..a973eb4fe2c 100644
--- a/source/blender/windowmanager/intern/wm_operators.c
+++ b/source/blender/windowmanager/intern/wm_operators.c
@@ -1214,7 +1214,7 @@ static int wm_resource_check_prev(void)
char *res= BLI_get_folder_version(BLENDER_RESOURCE_PATH_USER, BLENDER_VERSION, TRUE);
- // if(res) printf("USER: %s\n", res);
+ // if (res) printf("USER: %s\n", res);
#if 0 /* ignore the local folder */
if (res == NULL) {
@@ -1223,7 +1223,7 @@ static int wm_resource_check_prev(void)
}
#endif
- // if(res) printf("LOCAL: %s\n", res);
+ // if (res) printf("LOCAL: %s\n", res);
if (res) {
return FALSE;
}