summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/YAMLIOTest.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2013-09-11 00:53:07 +0000
committerRui Ueyama <ruiu@google.com>2013-09-11 00:53:07 +0000
commit38dfffa89131ac0d96a7637289928596a9fc83fa (patch)
tree8d2bb18b1be289c333d073c711ce655e679c899b /llvm/unittests/Support/YAMLIOTest.cpp
parente0cbb294cb3ea0a2251d0d98b221ea0840e1d63f (diff)
downloadbcm5719-llvm-38dfffa89131ac0d96a7637289928596a9fc83fa.tar.gz
bcm5719-llvm-38dfffa89131ac0d96a7637289928596a9fc83fa.zip
Remove trailing whitespace
llvm-svn: 190472
Diffstat (limited to 'llvm/unittests/Support/YAMLIOTest.cpp')
-rw-r--r--llvm/unittests/Support/YAMLIOTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/unittests/Support/YAMLIOTest.cpp b/llvm/unittests/Support/YAMLIOTest.cpp
index 9da16c6ed6a..8ae05f4b606 100644
--- a/llvm/unittests/Support/YAMLIOTest.cpp
+++ b/llvm/unittests/Support/YAMLIOTest.cpp
@@ -657,9 +657,9 @@ TEST(YAMLIO, TestReadWriteMyFlowSequence) {
map.numbers.push_back(1024);
llvm::raw_string_ostream ostr(intermediate);
- Output yout(ostr);
+ Output yout(ostr);
yout << map;
-
+
// Verify sequences were written in flow style
ostr.flush();
llvm::StringRef flowOut(intermediate);
@@ -1403,7 +1403,7 @@ TEST(YAMLIO, SequenceElideTest) {
Input yin(intermediate);
OptionalTestSeq Seq2;
yin >> Seq2;
-
+
EXPECT_FALSE(yin.error());
EXPECT_EQ(4UL, Seq2.Tests.size());
OpenPOWER on IntegriCloud