tighten formatting rules
[oweals/gnunet.git] / src / testbed / gnunet-service-testbed_cpustatus.c
index ae645017671692ae2dd6f720ad2339fd36d6d5e0..f38b9aee682bc280e481a3c9226ceb5952c7736e 100644 (file)
@@ -118,6 +118,8 @@ initMachCpuStats ()
                  (vm_size_t) (cpu_msg_count * sizeof(*cpu_load)));
   return GNUNET_OK;
 }
+
+
 #endif
 
 /**
@@ -464,6 +466,7 @@ updateAgedLoad ()
   }
 }
 
+
 /**
  * Get the load of the CPU relative to what is allowed.
  * @return the CPU load as a percentage of allowed
@@ -489,6 +492,7 @@ disk_get_load ()
   return (int) agedIOLoad;
 }
 
+
 /**
  * Get the percentage of memory used
  *
@@ -531,6 +535,8 @@ get_nproc ()
   closedir (dir);
   return nproc;
 }
+
+
 #endif
 
 
@@ -654,4 +660,5 @@ GST_stats_destroy ()
   bw = NULL;
 }
 
+
 /* end of cpustatus.c */