Trim trailing whitespace

This commit is contained in:
Max Brunsfeld 2014-06-16 21:33:35 -07:00
parent c312f985c8
commit 2c382b7363
7 changed files with 15 additions and 15 deletions

View file

@ -15,7 +15,7 @@ namespace tree_sitter {
size_t consumed_symbol_count) :
Item(lhs, rule),
consumed_symbol_count(consumed_symbol_count) {}
bool ParseItem::operator==(const ParseItem &other) const {
return
(lhs == other.lhs) &&