mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 18:26:09 +00:00
fix missing space (clang format)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user