r211805 - Driver: Remove trailing whitespace
Justin Bogner
mail at justinbogner.com
Thu Jun 26 13:59:36 PDT 2014
Author: bogner
Date: Thu Jun 26 15:59:36 2014
New Revision: 211805
URL: http://llvm.org/viewvc/llvm-project?rev=211805&view=rev
Log:
Driver: Remove trailing whitespace
Modified:
cfe/trunk/lib/Driver/Driver.cpp
Modified: cfe/trunk/lib/Driver/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Driver.cpp?rev=211805&r1=211804&r2=211805&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Driver.cpp (original)
+++ cfe/trunk/lib/Driver/Driver.cpp Thu Jun 26 15:59:36 2014
@@ -603,7 +603,7 @@ int Driver::ExecuteCompilation(const Com
// 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(Compilat
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;
More information about the cfe-commits
mailing list