patrick
/
plasp
Archived
1
0
Fork 0

Minor formatting.

This commit is contained in:
Patrick Lühne 2016-05-27 18:39:43 +02:00
parent 07eb23b312
commit ff420fbe57
1 changed files with 4 additions and 4 deletions

View File

@ -23,11 +23,11 @@ class Parser
size_t row() const; size_t row() const;
size_t column() const; size_t column() const;
template<typename T> template<typename Type>
T parse(); Type parse();
template<typename T> template<typename Type>
void expect(const T &expectedValue); void expect(const Type &expectedValue);
void skipWhiteSpace(); void skipWhiteSpace();
void skipLine(); void skipLine();