From 74f26b950acacb488f684e690a789967334d54db Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 16 Mar 2012 00:52:27 +0100 Subject: [PATCH] Fix indentation, whitespace only change. --- bin/blhc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.43.2