From 640b00ae26577c67685b80964e1811294c156d5c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 31 Aug 2019 10:47:06 +0200 Subject: [PATCH] Fix indentation --- bin/blhc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/blhc b/bin/blhc index 446ffb3..a6cb190 100755 --- a/bin/blhc +++ b/bin/blhc @@ -1200,12 +1200,12 @@ foreach my $file (@ARGV) { # information. Same for fortran. my @cflags_backup; my @cflags_noformat = grep { - my $ok = 1; - foreach my $flag (@def_cflags_format) { - $ok = 0 if $_ eq $flag; - } - $ok; - } @cflags; + my $ok = 1; + foreach my $flag (@def_cflags_format) { + $ok = 0 if $_ eq $flag; + } + $ok; + } @cflags; # Hack to fix cppflags_fortify_broken() if --ignore-flag # -D_FORTIFY_SOURCE=2 is used to ignore missing fortification. Only works -- 2.43.2