mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 23:03:57 +00:00
fixing spaces
This commit is contained in:
@@ -208,7 +208,7 @@ class CppGenerator : public BaseGenerator {
|
|||||||
// This tracks the current namespace so we can insert namespace declarations.
|
// This tracks the current namespace so we can insert namespace declarations.
|
||||||
const Namespace *cur_name_space_ = nullptr;
|
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
|
// Translates a qualified name in flatbuffer text format to the same name in
|
||||||
// the equivalent C++ namespace.
|
// the equivalent C++ namespace.
|
||||||
|
|||||||
Reference in New Issue
Block a user