Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a dead store reported by infer
[simgrid.git] / teshsuite / smpi / mpich3-test / checktests
index 0c6ed522e64dd8e5aa35dfba9937a893a57243f6..630f2258cd8219f7f2a18502dd953c666a0d3b7a 100755 (executable)
@@ -41,7 +41,7 @@ while (<RESULTS>) {
        $testStatus = $_;
     }
     close (SFD);
-    
+
     if (-s $resultsFile) {
        open (RFD, "<$resultsFile");
        $runLine = <RFD>;