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

@@ -97,7 +97,6 @@ add_connection (NMClient *client, GMainLoop *loop, const char *con_name)
g_object_unref (connection);
}
int
main (int argc, char *argv[])
{