Просмотр исходного кода

Wrong indentation, looked stupid.

Morten Brix Pedersen 25 лет назад
Родитель
Сommit
24178835c8
1 измененных файлов с 4 добавлено и 4 удалено
  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);
 \$parser = new Pisg::Parser::$format(\$debug);
 _END
 _END
     if ($@) {
     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 {
 sub analyze {