| commit | 163568698c3bf439fe89833842cf9de7331dfacd | [log] [tgz] |
|---|---|---|
| author | NAKAMURA Takumi <geek4civic@gmail.com> | Thu Nov 14 07:08:49 2013 +0000 |
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | Thu Nov 14 07:08:49 2013 +0000 |
| tree | a1c622b9df4c4d867c491e40394da93e8e4b185d | |
| parent | f116f8a63fb26feb0f8c59ba4d69d7954393d7d1 [diff] [blame] |
Whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194680 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Support/YAMLTraits.cpp b/lib/Support/YAMLTraits.cpp index b32ef40..08562fc 100644 --- a/lib/Support/YAMLTraits.cpp +++ b/lib/Support/YAMLTraits.cpp
@@ -81,7 +81,7 @@ void Input::nextDocument() { ++DocIterator; } - + bool Input::mapTag(StringRef Tag, bool Default) { StringRef foundTag = CurrentNode->_node->getVerbatimTag(); if (foundTag.empty()) {