]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Fix indentation.
[blhc/blhc.git] / 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 = (
-    '-O(?:2|3)'       => '-O2',
+    '-O(?:2|3)'         => '-O2',
     '-Wl,(?:-z,)?relro' => '-Wl,-z,relro',
     '-Wl,(?:-z,)?now'   => '-Wl,-z,now',
 );