Cleanup: format, spelling

This commit is contained in:
Campbell Barton 2021-09-06 20:33:33 +10:00
parent 4f0ec3cea5
commit 4d0497bea4
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 {