[Bf-blender-cvs] [41d0547] master: Cleanup: style

Campbell Barton noreply at git.blender.org
Fri Oct 2 15:39:41 CEST 2015


Commit: 41d05474904bbffcb2bfa338a8dd91e2098360b3
Author: Campbell Barton
Date:   Sat Oct 3 08:22:48 2015 +1000
Branches: master
https://developer.blender.org/rB41d05474904bbffcb2bfa338a8dd91e2098360b3

Cleanup: style

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

M	source/blender/editors/interface/interface_handlers.c
M	source/blender/editors/space_file/filelist.c

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

diff --git a/source/blender/editors/interface/interface_handlers.c b/source/blender/editors/interface/interface_handlers.c
index a9df928..85b3f11 100644
--- a/source/blender/editors/interface/interface_handlers.c
+++ b/source/blender/editors/interface/interface_handlers.c
@@ -6708,12 +6708,12 @@ static bool ui_but_menu(bContext *C, uiBut *but)
 
 				but2 = uiDefIconTextBut(block, UI_BTYPE_BUT, 0, ICON_NONE,
 				                        CTX_IFACE_(BLT_I18NCONTEXT_OPERATOR_DEFAULT, "Change Shortcut"),
-										0, 0, w, UI_UNIT_Y, NULL, 0, 0, 0, 0, "");
+				                        0, 0, w, UI_UNIT_Y, NULL, 0, 0, 0, 0, "");
 				UI_but_func_set(but2, popup_change_shortcut_func, but, NULL);
 
 				but2 = uiDefIconTextBut(block, UI_BTYPE_BUT, 0, ICON_NONE,
 				                        CTX_IFACE_(BLT_I18NCONTEXT_OPERATOR_DEFAULT, "Remove Shortcut"),
-										0, 0, w, UI_UNIT_Y, NULL, 0, 0, 0, 0, "");
+				                        0, 0, w, UI_UNIT_Y, NULL, 0, 0, 0, 0, "");
 				UI_but_func_set(but2, remove_shortcut_func, but, NULL);
 			}
 			else {
diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index 1b5987d..56c48b7 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -532,6 +532,7 @@ void filelist_sort(struct FileList *filelist)
 			case FILE_SORT_NONE:  /* Should never reach this point! */
 			default:
 				BLI_assert(0);
+				break;
 		}
 
 		filelist_filter_clear(filelist);




More information about the Bf-blender-cvs mailing list