Make include guards pass cpplint

This commit is contained in:
Max Brunsfeld 2014-03-09 22:05:17 -07:00
parent 10b1bd0f5c
commit 31a58bc7e4
33 changed files with 112 additions and 112 deletions

View file

@ -1,5 +1,5 @@
#ifndef __tree_sitter_pattern_h_
#define __tree_sitter_pattern_h_
#ifndef COMPILER_RULES_PATTERN_H_
#define COMPILER_RULES_PATTERN_H_
#include "compiler/rules/rule.h"
@ -21,5 +21,5 @@ namespace tree_sitter {
}
}
#endif
#endif // COMPILER_RULES_PATTERN_H_