From: Simon Ruderich Date: Sat, 31 Aug 2019 08:47:06 +0000 (+0200) Subject: Fix indentation X-Git-Tag: 0.10~3 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=640b00ae26577c67685b80964e1811294c156d5c Fix indentation --- 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