From: Simon Ruderich Date: Mon, 25 Jun 2012 01:27:01 +0000 (+0200) Subject: Fix indentation. X-Git-Tag: 0.04~25 X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=commitdiff_plain;h=39548fd7ad454f3e3efc742605863ae0e84d5778 Fix indentation. No code changes. --- diff --git a/bin/blhc b/bin/blhc index 704d323..76b6bed 100755 --- a/bin/blhc +++ b/bin/blhc @@ -979,18 +979,18 @@ LINE: } if (not $flag_preprocess) { - # If there are source files then it's compiling/linking in one step - # and we must check both. We only check for source files here, because - # header files cause too many false positives. + # If there are source files then it's compiling/linking in one + # step and we must check both. We only check for source files + # here, because header files cause too many false positives. if (extension_found(\%extensions_compile_link, @extensions)) { - # Assembly files don't need CFLAGS. - if (not extension_found(\%extensions_compile, @extensions) - and extension_found(\%extensions_no_compile, @extensions)) { - $compile = 0; - # But the rest does. - } else { - $compile = 1; - } + # Assembly files don't need CFLAGS. + if (not extension_found(\%extensions_compile, @extensions) + and extension_found(\%extensions_no_compile, @extensions)) { + $compile = 0; + # But the rest does. + } else { + $compile = 1; + } # No compilable extensions found, either linking or compiling # header flags. #