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 __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_