Update flatc.cpp
authorRaman <justzeddicus@gmail.com>
Tue, 5 Jul 2016 20:24:21 +0000 (22:24 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Jul 2016 20:24:21 +0000 (22:24 +0200)
src/flatc.cpp

index a07fbcb..b8c9963 100644 (file)
@@ -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-identifiers") {
-                   opts.escape_proto_identifiers = true;
-           } else if (arg == "--schema") {
+      } else if (arg == "--escape-proto-identifiers") {
+       opts.escape_proto_identifiers = true;
+      } else if (arg == "--schema") {
         schema_binary = true;
       } else if(arg == "-M") {
         print_make_rules = true;