Make include guards pass cpplint
This commit is contained in:
parent
10b1bd0f5c
commit
31a58bc7e4
33 changed files with 112 additions and 112 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef __TreeSitter__parse_table__
|
||||
#define __TreeSitter__parse_table__
|
||||
#ifndef COMPILER_PARSE_TABLE_H_
|
||||
#define COMPILER_PARSE_TABLE_H_
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
|
@ -71,4 +71,4 @@ namespace tree_sitter {
|
|||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // COMPILER_PARSE_TABLE_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue