Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start fixing the OO organization of the routing
[simgrid.git] / src / bindings / lua / lua_stub_generator.c
index 87e2c8ce2a504cd91d70ef56e6d607f0543ed128..07911e826c4522e2883bcbc049456c8f5d2bb743 100644 (file)
@@ -67,7 +67,9 @@ const char *SIM_MAIN_POSTEMBULE = "\n"
     "\n"
     "  /* cleanup the place */\n"
     "  gras_clean();\n"
-    "  if (gras_log)\n" "    free(gras_log);\n" "  return 0;\n" "}\n";
+    "  free(gras_log);\n"
+    "  return 0;\n"
+    "}\n";
 
 
 /***************************************