Add missing newline.

llvm-svn: 57333
This commit is contained in:
Ted Kremenek 2008-10-10 00:17:08 +00:00
parent c48814bc98
commit 63cfae34fd
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ my %AvailableAnalyses;
# Query clang for analysis options. # Query clang for analysis options.
open(PIPE, "-|", $Clang, "--help") or open(PIPE, "-|", $Clang, "--help") or
DieDiag("Cannot execute '$Clang'"); DieDiag("Cannot execute '$Clang'\n");
my $FoundAnalysis = 0; my $FoundAnalysis = 0;
@ -199,7 +199,7 @@ sub GetHTMLRunDir {
} }
if ($TmpMode) { if ($TmpMode) {
DieDiag("The directory '/tmp' does not exist or cannot be accessed."); DieDiag("The directory '/tmp' does not exist or cannot be accessed.\n");
} }
# $Dir does not exist. It will be automatically created by the # $Dir does not exist. It will be automatically created by the