sort: style knits / cleanups.

Minor cleanups that got accidentally reverted.

Obtained from:	OpenBSD
This commit is contained in:
Pedro F. Giffuni 2015-04-06 03:02:20 +00:00
parent e5f71a07e4
commit 45e151e97d
2 changed files with 2 additions and 2 deletions

View File

@ -308,7 +308,7 @@ run_sort_level_next(struct sort_level *sl)
sl->sublevels = NULL;
}
switch (sl->tosort_num){
switch (sl->tosort_num) {
case 0:
goto end;
case (1):

View File

@ -523,7 +523,7 @@ check_mutually_exclusive_flags(char c, bool *mef_flags)
int fo_index, mec;
bool found_others, found_this;
found_others = found_this =false;
found_others = found_this = false;
fo_index = 0;
for (int i = 0; i < NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS; i++) {