]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Wrap overlong line.
[blhc/blhc.git] / 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;