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:
Beniamino Galvani
2018-04-30 13:46:24 +02:00
parent e09b2314b9
commit 1b5925ce88
189 changed files with 0 additions and 364 deletions

View File

@@ -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) {