Merge pull request #27809 from neikeq/github-pls

Workaround for syntax highlighting issue in GitHub
This commit is contained in:
Ignacio Roldán Etcheverry 2019-04-08 22:13:13 +02:00 committed by GitHub
commit 9ab17b664d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@
#define BINDINGS_GENERATOR_VERSION UINT32_C(8)
const char *BindingsGenerator::TypeInterface::DEFAULT_VARARG_C_IN = "\t%0 %1_in = %1;\n";
const char *BindingsGenerator::TypeInterface::DEFAULT_VARARG_C_IN("\t%0 %1_in = %1;\n");
bool BindingsGenerator::verbose_output = false;