mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-01 01:41:52 -05:00
Move break to a new line for consistency
This was the only break that didn't have its own line in the function parsearg_query. Signed-off-by: Hong Shick Pak <hong@hspak.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
537a335cc7
commit
7b41952bfc
@ -549,7 +549,8 @@ static int parsearg_query(int opt)
|
|||||||
break;
|
break;
|
||||||
case OP_UPGRADES:
|
case OP_UPGRADES:
|
||||||
case 'u':
|
case 'u':
|
||||||
config->op_q_upgrade = 1; break;
|
config->op_q_upgrade = 1;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user