From: Simon Ruderich Date: Thu, 15 Mar 2012 23:52:27 +0000 (+0100) Subject: Fix indentation, whitespace only change. X-Git-Tag: 0.01~115 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=74f26b950acacb488f684e690a789967334d54db Fix indentation, whitespace only change. --- diff --git a/bin/blhc b/bin/blhc index 20ccb5c..65334db 100755 --- a/bin/blhc +++ b/bin/blhc @@ -336,10 +336,10 @@ for (my $i = 0; $i < scalar @input; $i++) { my $linker = 0; # Linker commands. - if ($line =~ m{\s-o # -o - [\s\\]*\s+ # possible line continuation + if ($line =~ m{\s-o # -o + [\s\\]*\s+ # possible line continuation (?:[A-Za-z0-9_/.-]+/)? # path to file - [A-Za-z0-9_-]+ # binary name (no dots!) + [A-Za-z0-9_-]+ # binary name (no dots!) (?:[0-9.]*\.so[0-9.]*[a-z]? # library (including version) |\.la)? (?:\s|\\|\$) # end of file name