[pisa-src] r1664 - trunk/pisabeacon/beaconmain.c
- From: Thomas Jansen <mithi@xxxxxxxxx>
- To: pisa-src@xxxxxxxxxxxxx
- Date: Thu, 12 Nov 2009 14:17:34 +0100
Author: tjansen
Date: Thu Nov 12 14:17:34 2009
New Revision: 1664
Log:
Cosmetics: Removed superfluous empty lines.
Modified:
trunk/pisabeacon/beaconmain.c
Modified: trunk/pisabeacon/beaconmain.c
==============================================================================
--- trunk/pisabeacon/beaconmain.c Thu Nov 12 14:16:00 2009 (r1663)
+++ trunk/pisabeacon/beaconmain.c Thu Nov 12 14:17:34 2009 (r1664)
@@ -149,7 +149,6 @@
exit(EXIT_FAILURE);
}
-
/**
* Get command line arguments and parse them.
*
@@ -223,7 +222,6 @@
plb_print_usage(argv);
}
}
-
}
/**
@@ -258,7 +256,6 @@
} else {
printf("Not running in background\n");
}
-
}
/**
Other related posts:
- » [pisa-src] r1664 - trunk/pisabeacon/beaconmain.c - Thomas Jansen