Fix broken line.

llvm-svn: 64740
This commit is contained in:
Ted Kremenek 2009-02-17 05:01:10 +00:00
parent b535181199
commit d3d16aaa48
1 changed files with 1 additions and 1 deletions

View File

@ -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;