summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-06-26 20:59:36 +0000
committerJustin Bogner <mail@justinbogner.com>2014-06-26 20:59:36 +0000
commitcac8885c4e3f6d69757b2616a57cc65624840d16 (patch)
tree90fa2bbbf4fdc04c7c750f66c9dc9ef00c66577d
parent29bbc5791e987f999f1ae68f2611dc76163d5b47 (diff)
downloadclang-cac8885c4e3f6d69757b2616a57cc65624840d16.tar.gz
clang-cac8885c4e3f6d69757b2616a57cc65624840d16.tar.bz2
clang-cac8885c4e3f6d69757b2616a57cc65624840d16.tar.xz
Driver: Remove trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211805 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Driver/Driver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Driver/Driver.cpp b/lib/Driver/Driver.cpp
index d4c03130ba..ca1fc4e79e 100644
--- a/lib/Driver/Driver.cpp
+++ b/lib/Driver/Driver.cpp
@@ -603,7 +603,7 @@ int Driver::ExecuteCompilation(const Compilation &C,
// Print extra information about abnormal failures, if possible.
//
// This is ad-hoc, but we don't want to be excessively noisy. If the result
- // status was 1, assume the command failed normally. In particular, if it
+ // status was 1, assume the command failed normally. In particular, if it
// was the compiler then assume it gave a reasonable error code. Failures
// in other tools are less common, and they generally have worse
// diagnostics, so always print the diagnostic there.
@@ -1610,7 +1610,7 @@ void Driver::BuildJobsForAction(Compilation &C,
static const char *MakeCLOutputFilename(const ArgList &Args, StringRef ArgValue,
StringRef BaseName, types::ID FileType) {
SmallString<128> Filename = ArgValue;
-
+
if (ArgValue.empty()) {
// If the argument is empty, output to BaseName in the current dir.
Filename = BaseName;