From eaabdfddc0237b8bba388e94247a0b2759f10ee7 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 19 Jul 2014 21:00:15 -0700 Subject: [PATCH] OHGOD TABS WERE HERE INSTEAD OF SPACES --- src/yaml/scalarMappingParser.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/yaml/scalarMappingParser.hh b/src/yaml/scalarMappingParser.hh index fb4771d..9e8fa8b 100644 --- a/src/yaml/scalarMappingParser.hh +++ b/src/yaml/scalarMappingParser.hh @@ -35,8 +35,8 @@ protected: bool GetShouldExpectKey() const; private: - /** Subclasses set this to `true` when they're finished parsing the value. */ - bool mShouldExpectKey; + /** Subclasses set this to `true` when they're finished parsing the value. */ + bool mShouldExpectKey; }; } /* namespace yaml */