[Patch 6/7] tabled: Small sugar in server.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Two things:
 - duplicated #include
 - empty lines which get in the eyes

Signed-off-by: Pete Zaitcev <zaitcev@xxxxxxxxxx>

---
 server/server.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/server/server.c b/server/server.c
index 673c151..76f0507 100644
--- a/server/server.c
+++ b/server/server.c
@@ -40,7 +40,6 @@
 #include <errno.h>
 #include <time.h>
 #include <pcre.h>
-#include <sys/types.h>
 #include <dirent.h>
 #include <glib.h>
 #include <openssl/md5.h>
@@ -83,10 +82,8 @@ static struct argp_option options[] = {
 static const char doc[] =
 PROGRAM_NAME " - distributed table daemon";
 
-
 static error_t parse_opt (int key, char *arg, struct argp_state *state);
 
-
 static const struct argp argp = { options, parse_opt, NULL, doc };
 
 static bool server_running = true;
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Fedora Clound]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux