tighten formatting rules
[oweals/gnunet.git] / src / gns / gnunet-gns.c
index 510e46d142395a061af014ea62cb9f9bb27bed03..c3ba0a1f878d3beacdce0a4396b5f0713265336c 100644 (file)
@@ -110,6 +110,7 @@ do_shutdown (void *cls)
   }
 }
 
+
 /**
  * Task to run on timeout
  *
@@ -123,6 +124,7 @@ do_timeout (void*cls)
   GNUNET_SCHEDULER_shutdown ();
 }
 
+
 /**
  * Function called with the result of a GNS lookup.
  *
@@ -319,4 +321,5 @@ main (int argc, char *const *argv)
   return global_ret;
 }
 
+
 /* end of gnunet-gns.c */