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 / empty_main / empty_main.c
index 04c60ee..c119a6c 100644 (file)
 
 #include "gras.h"
 
-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_os_sleep(3);
   gras_exit();
   return 0;
-} 
-
-
+}