summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-11-14 07:08:49 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-11-14 07:08:49 +0000
commit9439c528fe5888d70864aa96ba88e0074aea191e (patch)
treefd3d189d301b95836388c59ffb120736265534a4 /llvm/lib/Support
parentb155fa5fb5adeba1a91618e5de484fdfa0bac0b1 (diff)
downloadbcm5719-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.cpp2
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()) {
OpenPOWER on IntegriCloud