aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/YAMLTraits.cpp2
1 files changed, 1 insertions, 1 deletions
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 @@ bool Input::setCurrentDocument() {
void Input::nextDocument() {
++DocIterator;
}
-
+
bool Input::mapTag(StringRef Tag, bool Default) {
StringRef foundTag = CurrentNode->_node->getVerbatimTag();
if (foundTag.empty()) {