Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I'm a testing freak, I know
[simgrid.git] / examples / msg / msg_test_communication_time.c
index aab279c..30cf01e 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 */