Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reindent everything (possibly breaking all branches, but for the last time)
[simgrid.git] / examples / gras / spawn / spawn.h
index 358569e..30ddc76 100644 (file)
@@ -16,7 +16,7 @@
 void spawn_register_messages(void);
 
 /* Function prototypes */
-int father (int argc,char *argv[]);
-int child (int argc,char *argv[]);
+int father(int argc, char *argv[]);
+int child(int argc, char *argv[]);
 
 #endif