From: Simon Ruderich Date: Sun, 8 Apr 2012 12:55:22 +0000 (+0200) Subject: Fix indentation. X-Git-Tag: 0.01~34 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=700aa8fd9844c0368e0785da527ca472f6ed2ea9 Fix indentation. --- diff --git a/bin/blhc b/bin/blhc index f2e7295..0cc2e6a 100755 --- 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', );