mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +00:00
Ran src/clang-format-all.sh (#5617)
This commit is contained in:
parent
33d5dd9bdd
commit
42c08cbca6
9 changed files with 110 additions and 94 deletions
|
|
@ -20,7 +20,7 @@ using namespace MyGame::Sample;
|
|||
|
||||
// Example how to use FlatBuffers to create and read binary buffers.
|
||||
|
||||
int main(int /*argc*/, const char * /*argv*/ []) {
|
||||
int main(int /*argc*/, const char * /*argv*/[]) {
|
||||
// Build up a serialized buffer algorithmically:
|
||||
flatbuffers::FlatBufferBuilder builder;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue