Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in source code files.
[simgrid.git] / teshsuite / smpi / mpich3-test / checktests
index 0c6ed52..630f225 100755 (executable)
@@ -41,7 +41,7 @@ while (<RESULTS>) {
        $testStatus = $_;
     }
     close (SFD);
-    
+
     if (-s $resultsFile) {
        open (RFD, "<$resultsFile");
        $runLine = <RFD>;