X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bin%2Fremove-continuation.pl;h=3deb7d7d376b4d9980083b3bf2a0095fef4486f8;hb=7c065655225e7e80c3aa11561b0d97daa2880ae4;hp=df36d332a4d1fc9d05d848325f61db0c01baeb26;hpb=fe929ed681f18cb76df46f10da5166a9fe69d211;p=config%2Fdotfiles.git diff --git a/bin/remove-continuation.pl b/bin/remove-continuation.pl index df36d33..3deb7d7 100755 --- a/bin/remove-continuation.pl +++ b/bin/remove-continuation.pl @@ -24,7 +24,7 @@ use warnings; my $continuation = 0; -while (<>) { +while () { # Remove leading whitespace if the last line was a line continuation. if ($continuation) { s/^\s+//;