commit | f298f16ccfd7cd42a886f0000deb05d8cbad9f89 | [log] [tgz] |
---|---|---|
author | Alex Rosenberg <alexr@leftfield.org> | Mon Jan 26 18:02:18 2015 +0000 |
committer | Alex Rosenberg <alexr@leftfield.org> | Mon Jan 26 18:02:18 2015 +0000 |
tree | 0a880340e8aa6758f91ee132ba8b1d9baa6201aa | |
parent | 4732d43cc2f78f5227f4b9add3822784f5afa6c1 [diff] |
Remove trailing whitespace. NFC ® llvm-svn: 227105
diff --git a/llvm/lib/Support/YAMLTraits.cpp b/llvm/lib/Support/YAMLTraits.cpp index fc23f31..43a0e10 100644 --- a/llvm/lib/Support/YAMLTraits.cpp +++ b/llvm/lib/Support/YAMLTraits.cpp
@@ -683,7 +683,7 @@ Val = Scalar; return StringRef(); } - + void ScalarTraits<std::string>::output(const std::string &Val, void *, raw_ostream &Out) { Out << Val;