summaryrefslogtreecommitdiffstats
path: root/clang/tools/scan-build/ccc-analyzer
diff options
context:
space:
mode:
Diffstat (limited to 'clang/tools/scan-build/ccc-analyzer')
-rwxr-xr-xclang/tools/scan-build/ccc-analyzer2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/scan-build/ccc-analyzer b/clang/tools/scan-build/ccc-analyzer
index 3de63592f6d..5ea1fad9bc8 100755
--- a/clang/tools/scan-build/ccc-analyzer
+++ b/clang/tools/scan-build/ccc-analyzer
@@ -282,7 +282,7 @@ sub Analyze {
# We save the output file in the 'crashes' directory if clang encounters
# any problems with the file.
my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
-
+
my $OutputStream = silent_system($HtmlDir, $Cmd, @CmdArgs);
while ( <$OutputStream> ) {
print $ofh $_;
OpenPOWER on IntegriCloud