From f298f16ccfd7cd42a886f0000deb05d8cbad9f89 Mon Sep 17 00:00:00 2001 From: Alex Rosenberg Date: Mon, 26 Jan 2015 18:02:18 +0000 Subject: Remove trailing whitespace. NFC ® MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit llvm-svn: 227105 --- llvm/lib/Support/YAMLTraits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/YAMLTraits.cpp') diff --git a/llvm/lib/Support/YAMLTraits.cpp b/llvm/lib/Support/YAMLTraits.cpp index fc23f31de33..43a0e102d7e 100644 --- a/llvm/lib/Support/YAMLTraits.cpp +++ b/llvm/lib/Support/YAMLTraits.cpp @@ -683,7 +683,7 @@ StringRef ScalarTraits::input(StringRef Scalar, void *, Val = Scalar; return StringRef(); } - + void ScalarTraits::output(const std::string &Val, void *, raw_ostream &Out) { Out << Val; -- cgit v1.2.3