]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Whitespace only change.
authorSimon Ruderich <simon@ruderich.org>
Mon, 26 Mar 2012 00:50:57 +0000 (02:50 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 26 Mar 2012 00:50:57 +0000 (02:50 +0200)
bin/blhc

index 2ae115015036a3a2feecc836578c59057d89f196..618fa7698dc69406157114cd56bcd866dcdfc31d 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -561,12 +561,12 @@ if ($option_arch) {
 
 # Check the specified hardening options, same order as dpkg-buildflags.
 if ($harden_pie) {
-    @cflags  = (@cflags,  @cflags_pie);
+    @cflags   = (@cflags,   @cflags_pie);
     @cxxflags = (@cxxflags, @cflags_pie);
-    @ldflags = (@ldflags, @ldflags_pie);
+    @ldflags  = (@ldflags,  @ldflags_pie);
 }
 if ($harden_stack) {
-    @cflags = (@cflags, @cflags_stack);
+    @cflags   = (@cflags,   @cflags_stack);
     @cxxflags = (@cxxflags, @cflags_stack);
 }
 if ($harden_fortify) {
@@ -575,7 +575,7 @@ if ($harden_fortify) {
     @cppflags = (@cppflags, @cppflags_fortify);
 }
 if ($harden_format) {
-    @cflags = (@cflags, @cflags_format);
+    @cflags   = (@cflags,   @cflags_format);
     @cxxflags = (@cxxflags, @cflags_format);
 }
 if ($harden_relro) {