From f0b2cc8f6eb884606dd4b3cf2ec0b6eb71736235 Mon Sep 17 00:00:00 2001 From: Raman Date: Sat, 9 Jul 2016 13:32:45 +0200 Subject: [PATCH] Update flatc.cpp --- src/flatc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/flatc.cpp b/src/flatc.cpp index 7ee2e5749..d410718e3 100644 --- a/src/flatc.cpp +++ b/src/flatc.cpp @@ -195,9 +195,9 @@ int main(int argc, const char *argv[]) { binary_files_from = filenames.size(); } else if(arg == "--proto") { opts.proto_mode = true; - } else if (arg == "--escape-proto-ids") { + } else if(arg == "--escape-proto-ids") { opts.escape_proto_identifiers = true; - } else if (arg == "--schema") { + } else if(arg == "--schema") { schema_binary = true; } else if(arg == "-M") { print_make_rules = true;