]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Fix indentation.
authorSimon Ruderich <simon@ruderich.org>
Mon, 24 Sep 2012 11:25:42 +0000 (13:25 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 24 Sep 2012 11:25:42 +0000 (13:25 +0200)
No other changes.

bin/blhc

index c13f3b6961b1a41ecfcf8ef91fd6c4433ba05e1e..403775086fb88a849a5aae43791fa65bcff393e8 100755 (executable)
--- 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 = (