]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - bin/blhc
Fix indentation
[blhc/blhc.git] / bin / blhc
index 446ffb367a988c452460b45ced892d5ef6c3540e..a6cb190dea75797765adc38fa1613bc1e27736b2 100755 (executable)
--- 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