Remove whitespace between template closing tags
This commit is contained in:
parent
fb38140317
commit
aae6f6de14
14 changed files with 41 additions and 41 deletions
|
|
@ -43,6 +43,7 @@ class RuleFn : private Visitor {
|
|||
|
||||
protected:
|
||||
virtual T default_apply(const Rule *rule) { return T(); }
|
||||
|
||||
virtual T apply_to(const Blank *rule) {
|
||||
return default_apply((const Rule *)rule);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue