Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Lua: merge simgrid.task.recv and simgrid.task.recv_with_timeout
[simgrid.git] / src / bindings / lua / lua_stub_generator.c
index 87e2c8c..07911e8 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";
 
 
 /***************************************