[pisa-src] r2317 - in trunk: libpisa/sysdep.h pairing/libconfig_wrapper.h pairing/packet_handler.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 21 Apr 2010 12:23:18 +0200

Author: biurrun
Date: Wed Apr 21 12:23:18 2010
New Revision: 2317

Log:
whitespace cosmetics

Modified:
   trunk/libpisa/sysdep.h
   trunk/pairing/libconfig_wrapper.h
   trunk/pairing/packet_handler.h

Modified: trunk/libpisa/sysdep.h
==============================================================================
--- trunk/libpisa/sysdep.h      Wed Apr 21 12:22:05 2010        (r2316)
+++ trunk/libpisa/sysdep.h      Wed Apr 21 12:23:18 2010        (r2317)
@@ -16,6 +16,7 @@
 
 #include <stdint.h>
 #include <sys/types.h>
+
 #include "config.h"
 
 #ifndef HAVE_CLOCK_GETTIME

Modified: trunk/pairing/libconfig_wrapper.h
==============================================================================
--- trunk/pairing/libconfig_wrapper.h   Wed Apr 21 12:22:05 2010        (r2316)
+++ trunk/pairing/libconfig_wrapper.h   Wed Apr 21 12:23:18 2010        (r2317)
@@ -16,6 +16,7 @@
 #define PISA_LIBCONFIG_WRAPPER_H
 
 #include <libconfig.h>
+
 #include "libpisa/hitlist.h"
 
 typedef enum { CONFIG_TYPE_HIT, CONFIG_TYPE_PWD } configtype;

Modified: trunk/pairing/packet_handler.h
==============================================================================
--- trunk/pairing/packet_handler.h      Wed Apr 21 12:22:05 2010        (r2316)
+++ trunk/pairing/packet_handler.h      Wed Apr 21 12:23:18 2010        (r2317)
@@ -15,6 +15,7 @@
 #define PISA_PACKET_HANDLER_H
 
 #include <netinet/in.h>
+
 #include "common.h"
 
 // Function prototypes

Other related posts:

  • » [pisa-src] r2317 - in trunk: libpisa/sysdep.h pairing/libconfig_wrapper.h pairing/packet_handler.h - Diego Biurrun