Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reindent everything (possibly breaking all branches, but for the last time)
[simgrid.git] / teshsuite / gras / small_sleep / small_sleep.c
index 5079478..03a6387 100644 (file)
 
 #include "gras.h"
 
-XBT_LOG_NEW_DEFAULT_CATEGORY(test,"Small sleep test");
+XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Small sleep test");
 
-int function (int argc,char *argv[]);
+int function(int argc, char *argv[]);
 
 
-int function (int argc,char *argv[]) {
-  gras_init(&argc,argv);
+int function(int argc, char *argv[])
+{
+  gras_init(&argc, argv);
   gras_msg_handleall(100);
   INFO0("Let's go 1E-5");
   gras_msg_handleall(1E-5);
@@ -30,6 +31,4 @@ int function (int argc,char *argv[]) {
   INFO0("done");
   gras_exit();
   return 0;
-} 
-
-
+}