tighten formatting rules
[oweals/gnunet.git] / src / transport / gnunet-communicator-unix.c
index d8205addbfd473d5a7b6cafb05544280942e2bea..2cfb802e37236211c73bbcdc248c8672678cef1b 100644 (file)
@@ -1111,12 +1111,15 @@ main (int argc, char *const *argv)
 /**
  * MINIMIZE heap size (way below 128k) since this process doesn't need much.
  */
-void __attribute__ ((constructor)) GNUNET_ARM_memory_init ()
+void __attribute__ ((constructor))
+GNUNET_ARM_memory_init ()
 {
   mallopt (M_TRIM_THRESHOLD, 4 * 1024);
   mallopt (M_TOP_PAD, 1 * 1024);
   malloc_trim (0);
 }
+
+
 #endif
 
 /* end of gnunet-communicator-unix.c */