cli: trivial, fix up spacing

This commit is contained in:
Jiří Klimeš
2012-04-28 22:54:02 +02:00
parent 38a988cb5e
commit c878ad8214
4 changed files with 19 additions and 19 deletions

View File

@@ -1769,7 +1769,7 @@ parse_cmd (NmCli *nmc, int argc, char **argv)
nmc->return_value = do_connections_list (nmc, argc, argv);
} else {
if (matches (*argv, "list") == 0) {
if (matches (*argv, "list") == 0) {
nmc->return_value = do_connections_list (nmc, argc-1, argv+1);
}
else if (matches(*argv, "status") == 0) {
@@ -1836,7 +1836,7 @@ do_connections (NmCli *nmc, int argc, char **argv)
else {
while (real_con_commands[i] && matches (*argv, real_con_commands[i]) != 0)
i++;
if (real_con_commands[i] != NULL)
if (real_con_commands[i] != NULL)
real_cmd = TRUE;
}