Commit: 4d0497bea44d10668a160d0f3882c6f11e7af587
Author: Campbell Barton
Date:   Mon Sep 6 20:33:33 2021 +1000
Branches: master
https://developer.blender.org/rB4d0497bea44d10668a160d0f3882c6f11e7af587

Cleanup: format, spelling

===================================================================

M       source/blender/makesdna/DNA_userdef_types.h
M       source/blender/windowmanager/intern/wm_files.c

===================================================================

diff --git a/source/blender/makesdna/DNA_userdef_types.h 
b/source/blender/makesdna/DNA_userdef_types.h
index b519a6014f0..1cb561ddd9f 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -927,7 +927,7 @@ typedef struct UserDef {
   char _pad10[2];
 
   char file_preview_type; /* eUserpref_File_Preview_Type */
-  char statusbar_flag; /* eUserpref_StatusBar_Flag */
+  char statusbar_flag;    /* eUserpref_StatusBar_Flag */
 
   struct WalkNavigation walk_navigation;
 
diff --git a/source/blender/windowmanager/intern/wm_files.c 
b/source/blender/windowmanager/intern/wm_files.c
index 2b796e60cdc..23c91dface9 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -1675,7 +1675,7 @@ static ImBuf *blend_file_thumb_from_camera(const bContext 
*C,
     IMB_scaleImBuf(thumb_ibuf, BLEN_THUMB_SIZE, BLEN_THUMB_SIZE);
     thumb = BKE_main_thumbnail_from_imbuf(NULL, thumb_ibuf);
     IMB_freeImBuf(thumb_ibuf);
-    /* Thumbnail saved to filesystem should be 256x256. */
+    /* Thumbnail saved to file-system should be 256x256. */
     IMB_scaleImBuf(ibuf, PREVIEW_RENDER_LARGE_HEIGHT, 
PREVIEW_RENDER_LARGE_HEIGHT);
   }
   else {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to