From ee8f350576149b3cccaf0dacf11e35660209ff7d Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 28 Nov 2020 12:07:29 +0100 Subject: [PATCH 1/1] Fix indentation --- bin/blhc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/blhc b/bin/blhc index 52a8469..eacf541 100755 --- 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; } -- 2.43.2