]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Fix indentation, whitespace only change.
authorSimon Ruderich <simon@ruderich.org>
Thu, 15 Mar 2012 23:52:27 +0000 (00:52 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 15 Mar 2012 23:52:27 +0000 (00:52 +0100)
bin/blhc

index 20ccb5c9a9c0b423e9a638f205e20820625a13cf..65334db8de2643a61b40a7d4327f489b61ec4547 100755 (executable)
--- 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