fix missing space (clang format)

This commit is contained in:
lakedaemon 2016-07-08 22:02:47 +02:00
parent 084e5dbc4b
commit 8e1aae0fd6
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ class CppGenerator : public BaseGenerator {
CppGenerator(const Parser &parser, const std::string &path,
const std::string &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,
// structs,
// and tables) and output them to a single file.