From a84c0525b079804e664a030f3e213ec8ea847799 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 11 May 2012 17:20:10 +0200 Subject: [PATCH] Wrap overlong line. --- bin/blhc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/blhc b/bin/blhc index 94ceb6f..0d66b78 100755 --- 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; -- 2.43.2