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

@ -24,7 +24,7 @@ namespace tree_sitter {
namespace rules {
static const int KEYWORD_PRECEDENCE = 100;
static rule_ptr metadata(rule_ptr rule, map<MetadataKey, int> values) {
return std::make_shared<Metadata>(rule, values);
}