]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Fix indentation
authorSimon Ruderich <simon@ruderich.org>
Sat, 28 Nov 2020 11:07:29 +0000 (12:07 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 28 Nov 2020 11:07:29 +0000 (12:07 +0100)
bin/blhc

index 52a846957fae19d5d5f2018725dfd985b39420ee..eacf541b40c0891e6c59ff4f422b0e976ad99e68 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -354,10 +354,10 @@ sub split_line {
     }
 
     return map {
-                       # Ensure newline at the line end - necessary for
-                       # correct parsing later.
-                       $_ =~ s/\s+$//;
-                       $_ .= "\n";
+        # Ensure newline at the line end - necessary for
+        # correct parsing later.
+        $_ =~ s/\s+$//;
+        $_ .= "\n";
     } @work;
 }