From: Alex Rosenberg Date: Mon, 26 Jan 2015 18:02:18 +0000 (+0000) Subject: Remove trailing whitespace. NFC ® X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=583a1536624a76a0041da0e8fb790f72c819d37e;p=oota-llvm.git Remove trailing whitespace. NFC ® git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227105 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/YAMLTraits.cpp b/lib/Support/YAMLTraits.cpp index fc23f31de33..43a0e102d7e 100644 --- a/lib/Support/YAMLTraits.cpp +++ b/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;