mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Remove trailing whitespace.
Also test commit email processing by including this char: '®' llvm-svn: 227103
This commit is contained in:
parent
dbc13da8ec
commit
57f5c7c29a
@ -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 &);
|
||||
|
Loading…
Reference in New Issue
Block a user