aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-02-17 05:01:10 +0000
committerTed Kremenek <kremenek@apple.com>2009-02-17 05:01:10 +0000
commit3891a157cc1504b1e8558077ed852fa4a9fb6ebc (patch)
tree9f45946b4eabd794db244c42cba00a93e22100e6
parentbe1fe1eb12a1cb91c8e3a9fcc2db4dfe989def6c (diff)
Fix broken line.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64740 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/ccc-analyzer2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer
index d9d4f1cbc8..1fa0779fec 100755
--- a/utils/ccc-analyzer
+++ b/utils/ccc-analyzer
@@ -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;