]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Wrap overlong line.
authorSimon Ruderich <simon@ruderich.org>
Fri, 11 May 2012 15:20:10 +0000 (17:20 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 11 May 2012 15:20:10 +0000 (17:20 +0200)
bin/blhc

index 94ceb6f01f806ee64db5f6878dcb163e39508214..0d66b78b88dbbe89ae4ddbea31491d1c239b747c 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -754,7 +754,8 @@ foreach my $file (@ARGV) {
 
             # Check if additional hardening options were used. Used to ensure
             # they are used for the complete build.
-            $harden_pie     = 1 if any_flags_used($line, @def_cflags_pie, @def_ldflags_pie);
+            $harden_pie     = 1 if any_flags_used($line, @def_cflags_pie,
+                                                         @def_ldflags_pie);
             $harden_bindnow = 1 if any_flags_used($line, @def_ldflags_bindnow);
 
             push @input, $line;