]> AND Public Git Repository - simgrid.git/blobdiff - tools/cmake/scripts/fixup_simgrid_dtd_l.pl
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move request_execute and request_to_string from api::get() to Transition
[simgrid.git] / tools / cmake / scripts / fixup_simgrid_dtd_l.pl
index f4c1535db99312c1000f1423dbe6fca8da83740e..67f66de2100611223b01b769bbafd042c67304f9 100755 (executable)
@@ -17,8 +17,8 @@ while (<>) {
     if (/fprintf.stderr, .*? flexml_err_msg.;/) {
        print('    surf_parse_error(flexml_err_msg);'."\n");
        next;
-    }  
-    
+    }
+
     # Actually outputs the resulting line
     print;
 }