From: Ted Kremenek Date: Tue, 17 Feb 2009 05:01:10 +0000 (+0000) Subject: Fix broken line. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3891a157cc1504b1e8558077ed852fa4a9fb6ebc;p=clang Fix broken line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64740 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;