From: Simon Ruderich Date: Sat, 28 Nov 2020 11:07:29 +0000 (+0100) Subject: Fix indentation X-Git-Tag: 0.13~7 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=ee8f350576149b3cccaf0dacf11e35660209ff7d;hp=ceef2f83a375cace7ee2e1fc7a27dadcbc75737a Fix indentation --- 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; }