diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-11-14 07:08:49 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-11-14 07:08:49 +0000 |
commit | 9439c528fe5888d70864aa96ba88e0074aea191e (patch) | |
tree | fd3d189d301b95836388c59ffb120736265534a4 /llvm/lib/Support | |
parent | b155fa5fb5adeba1a91618e5de484fdfa0bac0b1 (diff) | |
download | bcm5719-llvm-9439c528fe5888d70864aa96ba88e0074aea191e.tar.gz bcm5719-llvm-9439c528fe5888d70864aa96ba88e0074aea191e.zip |
Whitespace.
llvm-svn: 194680
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r-- | llvm/lib/Support/YAMLTraits.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/YAMLTraits.cpp b/llvm/lib/Support/YAMLTraits.cpp index b32ef400bae..08562fce860 100644 --- a/llvm/lib/Support/YAMLTraits.cpp +++ b/llvm/lib/Support/YAMLTraits.cpp @@ -81,7 +81,7 @@ bool Input::setCurrentDocument() { void Input::nextDocument() { ++DocIterator; } - + bool Input::mapTag(StringRef Tag, bool Default) { StringRef foundTag = CurrentNode->_node->getVerbatimTag(); if (foundTag.empty()) { |