[pisa-src] r1665 - trunk/pisabeacon/beaconmain.c

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 12 Nov 2009 14:23:32 +0100

Author: tjansen
Date: Thu Nov 12 14:23:31 2009
New Revision: 1665

Log:
K&R style for the last function that somehow hid itself in commit 1663.

Modified:
   trunk/pisabeacon/beaconmain.c

Modified: trunk/pisabeacon/beaconmain.c
==============================================================================
--- trunk/pisabeacon/beaconmain.c       Thu Nov 12 14:17:34 2009        (r1664)
+++ trunk/pisabeacon/beaconmain.c       Thu Nov 12 14:23:31 2009        (r1665)
@@ -130,8 +130,8 @@
 /**
  * Print the version number of client daemon
  */
-static void plb_print_version(void) {
-
+static void plb_print_version(void) 
+{
        fprintf(stderr, "PISA location daemon.\n"
                "Copyright (C) 2009. Distributed Systems Group, RWTH Aachen 
University.\n");
 

Other related posts:

  • » [pisa-src] r1665 - trunk/pisabeacon/beaconmain.c - Thomas Jansen