Remove trailing whitespace.

Also test commit email processing by including this char: '®'

llvm-svn: 227103
This commit is contained in:
Alex Rosenberg 2015-01-26 17:35:56 +00:00
parent a576281694
commit 8108ef0a93
1 changed files with 2 additions and 2 deletions

View File

@ -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 &);