all: remove consecutive empty lines
Normalize coding style by removing consecutive empty lines from C sources and headers. https://github.com/NetworkManager/NetworkManager/pull/108
This commit is contained in:
@@ -204,7 +204,6 @@ next_arg (NmCli *nmc, int *argc, char ***argv, ...)
|
||||
if (*argc == 0)
|
||||
return -1;
|
||||
|
||||
|
||||
va_start (args, argv);
|
||||
|
||||
if (nmc && nmc->complete && *argc == 1) {
|
||||
|
Reference in New Issue
Block a user