From: Simon Ruderich Date: Mon, 24 Sep 2012 11:25:42 +0000 (+0200) Subject: Fix indentation. X-Git-Tag: 0.04~8 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=6f81829798c6e302eb5ceea91ac4a41452754f98 Fix indentation. No other changes. --- diff --git a/bin/blhc b/bin/blhc index c13f3b6..4037750 100755 --- a/bin/blhc +++ b/bin/blhc @@ -250,11 +250,11 @@ my @flag_refs_all = ( # 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', - '-Wformat(?:=2)?' => '-Wformat', + '-O(?:2|3)' => '-O2', + '-Wformat(?:=2)?' => '-Wformat', '--param[= ]ssp-buffer-size=4' => '--param=ssp-buffer-size=4', - '-Wl,(?:-z,)?relro' => '-Wl,-z,relro', - '-Wl,(?:-z,)?now' => '-Wl,-z,now', + '-Wl,(?:-z,)?relro' => '-Wl,-z,relro', + '-Wl,(?:-z,)?now' => '-Wl,-z,now', ); my %exit_code = (