fix missing space (clang format)
This commit is contained in:
parent
084e5dbc4b
commit
8e1aae0fd6
|
@ -40,7 +40,7 @@ class CppGenerator : public BaseGenerator {
|
||||||
CppGenerator(const Parser &parser, const std::string &path,
|
CppGenerator(const Parser &parser, const std::string &path,
|
||||||
const std::string &file_name)
|
const std::string &file_name)
|
||||||
: BaseGenerator(parser, path, file_name, "", "::"),
|
: BaseGenerator(parser, path, file_name, "", "::"),
|
||||||
cur_name_space_(nullptr){};
|
cur_name_space_(nullptr){};
|
||||||
// Iterate through all definitions we haven't generate code for (enums,
|
// Iterate through all definitions we haven't generate code for (enums,
|
||||||
// structs,
|
// structs,
|
||||||
// and tables) and output them to a single file.
|
// and tables) and output them to a single file.
|
||||||
|
|
Loading…
Reference in New Issue