]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Fix indentation.
authorSimon Ruderich <simon@ruderich.org>
Sun, 8 Apr 2012 12:55:22 +0000 (14:55 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 8 Apr 2012 12:55:22 +0000 (14:55 +0200)
bin/blhc

index f2e7295f3c79c34dd65f413fa7a0c09a4644692b..0cc2e6a21f5a2f37d26ec1af2cb72c593bd31df0 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -198,7 +198,7 @@ my @def_ldflags_pic = (
 # Renaming rules for the output so the regex parts are not visible. Also
 # stores string values of flag regexps above, see compile_flag_regexp().
 my %flag_renames = (
 # Renaming rules for the output so the regex parts are not visible. Also
 # stores string values of flag regexps above, see compile_flag_regexp().
 my %flag_renames = (
-    '-O(?:2|3)'       => '-O2',
+    '-O(?:2|3)'         => '-O2',
     '-Wl,(?:-z,)?relro' => '-Wl,-z,relro',
     '-Wl,(?:-z,)?now'   => '-Wl,-z,now',
 );
     '-Wl,(?:-z,)?relro' => '-Wl,-z,relro',
     '-Wl,(?:-z,)?now'   => '-Wl,-z,now',
 );