fixing spaces

This commit is contained in:
lakedaemon 2016-06-23 00:23:11 +02:00
parent 03ad8fa4d9
commit f794f97d88
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class CppGenerator : public BaseGenerator {
// This tracks the current namespace so we can insert namespace declarations.
const Namespace *cur_name_space_ = nullptr;
const Namespace * CurrentNameSpace() {return cur_name_space_;}
const Namespace *CurrentNameSpace() { return cur_name_space_; }
// Translates a qualified name in flatbuffer text format to the same name in
// the equivalent C++ namespace.