tighten formatting rules
[oweals/gnunet.git] / src / arm / gnunet-service-arm.c
index d13be6eb135d1f8db954cff6873e40cd4b8c91a9..6b6264757f45620b35e672a3d6cfd6bf38e74a6f 100644 (file)
@@ -1335,6 +1335,7 @@ pool_write (char *pool_start, size_t pool_size, size_t *pool_pos, char *str)
   return GNUNET_OK;
 }
 
+
 /**
  * Handle LIST-message.
  *
@@ -2193,12 +2194,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