]> git.sur5r.net Git - ngadmin/blobdiff - cli/com_quit.c
Cli: refactor, change coding style
[ngadmin] / cli / com_quit.c
index 64c7824fe59a1855961dec5054187ec957544933..96cb0690099f2730d56d15ee1d75a5c8f5b30245 100644 (file)
@@ -2,13 +2,11 @@
 #include "commands.h"
 
 
-
-bool do_quit (int nb UNUSED, const char **com UNUSED, struct ngadmin *nga UNUSED) {
- cont=0;
- return true;
+bool do_quit (int nb UNUSED, const char **com UNUSED, struct ngadmin *nga UNUSED)
+{
+       cont = 0;
+       
+       return true;
 }