fixing spaces
authorlakedaemon <olivier.binda@wanadoo.fr>
Wed, 22 Jun 2016 22:23:11 +0000 (00:23 +0200)
committerlakedaemon <olivier.binda@wanadoo.fr>
Wed, 22 Jun 2016 22:37:55 +0000 (00:37 +0200)
src/idl_gen_cpp.cpp

index 3a4476f..c690240 100644 (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.