X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;h=eacf541b40c0891e6c59ff4f422b0e976ad99e68;hp=52a846957fae19d5d5f2018725dfd985b39420ee;hb=ee8f350576149b3cccaf0dacf11e35660209ff7d;hpb=ceef2f83a375cace7ee2e1fc7a27dadcbc75737a 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; }