Commit 8e1aae0f authored by lakedaemon's avatar lakedaemon

fix missing space (clang format)

parent 084e5dbc
...@@ -39,8 +39,8 @@ class CppGenerator : public BaseGenerator { ...@@ -39,8 +39,8 @@ class CppGenerator : public BaseGenerator {
public: public:
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment