Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
only indent code
[simgrid.git] / examples / msg / msg_test_communication_time.c
index aab279cdc876071edd69c9b3060aabe6cee459e5..30cf01e77203689b7657fa3c5620c027918457d3 100644 (file)
@@ -153,6 +153,8 @@ int main(int argc, char *argv[])
   res = test_all(argv[1],argv[2]);
   MSG_clean();
 
-  if(res==MSG_OK) return 0; 
-  else return 1;
+  if(res==MSG_OK)
+    return 0;
+  else
+    return 1;
 } /* end_of_main */