Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in source code files.
[simgrid.git] / tools / cmake / scripts / fixup_simgrid_dtd_l.pl
index f4c1535..67f66de 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;
 }