]> granicus.if.org Git - clang/commitdiff
Fix broken line.
authorTed Kremenek <kremenek@apple.com>
Tue, 17 Feb 2009 05:01:10 +0000 (05:01 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 17 Feb 2009 05:01:10 +0000 (05:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64740 91177308-0d34-0410-b5e6-96231b3b80d8

utils/ccc-analyzer

index d9d4f1cbc808a2015c2441beb5f4320f8e43c075..1fa0779fec7f52c99127512683aeec2951dfeb0d 100755 (executable)
@@ -275,7 +275,7 @@ if (!defined $ConstraintsModel) { $ConstraintsModel = "basic"; }
 
 # Get the output format.
 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
-if (!defined OutputFormat) { $OutputFormat = "html"; }
+if (!defined $OutputFormat) { $OutputFormat = "html"; }
 
 # Determine the level of verbosity.
 my $Verbose = 0;