[llvm] r227103 - Remove trailing whitespace.
Alex Rosenberg
alexr at leftfield.org
Mon Jan 26 09:35:56 PST 2015
Author: alexr
Date: Mon Jan 26 11:35:56 2015
New Revision: 227103
URL: http://llvm.org/viewvc/llvm-project?rev=227103&view=rev
Log:
Remove trailing whitespace.
Also test commit email processing by including this char: '®'
Modified:
llvm/trunk/include/llvm/Support/YAMLTraits.h
Modified: llvm/trunk/include/llvm/Support/YAMLTraits.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/YAMLTraits.h?rev=227103&r1=227102&r2=227103&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/YAMLTraits.h (original)
+++ llvm/trunk/include/llvm/Support/YAMLTraits.h Mon Jan 26 11:35:56 2015
@@ -543,7 +543,7 @@ public:
void mapOptional(const char* Key, T& Val, const T& Default) {
this->processKeyWithDefault(Key, Val, Default, false);
}
-
+
private:
template <typename T>
void processKeyWithDefault(const char *Key, Optional<T> &Val,
@@ -717,7 +717,7 @@ struct ScalarTraits<StringRef> {
static StringRef input(StringRef, void*, StringRef &);
static bool mustQuote(StringRef S) { return needsQuotes(S); }
};
-
+
template<>
struct ScalarTraits<std::string> {
static void output(const std::string &, void*, llvm::raw_ostream &);
More information about the llvm-commits
mailing list