Quellcode durchsuchen

Wrong indentation, looked stupid.

Morten Brix Pedersen vor 25 Jahren
Ursprung
Commit
24178835c8
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      modules/Pisg/Logfile.pm

+ 4 - 4
modules/Pisg/Logfile.pm

@@ -33,10 +33,10 @@ use Pisg::Parser::$format;
 \$parser = new Pisg::Parser::$format(\$debug);
 _END
     if ($@) {
-    print STDERR "Could not load parser for '$format': $@\n";
-    return undef;
-}
-return $parser;
+        print STDERR "Could not load parser for '$format': $@\n";
+        return undef;
+    }
+    return $parser;
 }
 
 sub analyze {