diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-06-26 20:59:36 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-06-26 20:59:36 +0000 |
commit | 5aaf2e729bb944b8f7261d360854da4bdbda2626 (patch) | |
tree | f004ce92bd27f1b623993004e08307376d937e06 | |
parent | b508119fb65167ad2062eb5bca810414485ddd35 (diff) | |
download | bcm5719-llvm-5aaf2e729bb944b8f7261d360854da4bdbda2626.tar.gz bcm5719-llvm-5aaf2e729bb944b8f7261d360854da4bdbda2626.zip |
Driver: Remove trailing whitespace
llvm-svn: 211805
-rw-r--r-- | clang/lib/Driver/Driver.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp index d4c03130ba8..ca1fc4e79e5 100644 --- a/clang/lib/Driver/Driver.cpp +++ b/clang/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; |