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 / ping / ping.h
index a5a7b2c..af20392 100644 (file)
@@ -16,7 +16,7 @@
 void ping_register_messages(void);
 
 /* Function prototypes */
-int server (int argc,char *argv[]);
-int client (int argc,char *argv[]);
+int server(int argc, char *argv[]);
+int client(int argc, char *argv[]);
 
 #endif