OHGOD TABS WERE HERE INSTEAD OF SPACES

This commit is contained in:
Eryn Wells 2014-07-19 21:00:15 -07:00
parent e2b5ffaf6c
commit eaabdfddc0

View file

@ -35,8 +35,8 @@ protected:
bool GetShouldExpectKey() const; bool GetShouldExpectKey() const;
private: private:
/** Subclasses set this to `true` when they're finished parsing the value. */ /** Subclasses set this to `true` when they're finished parsing the value. */
bool mShouldExpectKey; bool mShouldExpectKey;
}; };
} /* namespace yaml */ } /* namespace yaml */