From 834be5c7a01b3873f6716749a21c08797c7fb325 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 10 Oct 2022 15:10:53 +0200 Subject: [PATCH] interrogate: Fix some badly formatted code --- dtool/src/interrogate/interrogate.cxx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/dtool/src/interrogate/interrogate.cxx b/dtool/src/interrogate/interrogate.cxx index 162621a580..2b2a756727 100644 --- a/dtool/src/interrogate/interrogate.cxx +++ b/dtool/src/interrogate/interrogate.cxx @@ -417,8 +417,8 @@ main(int argc, char **argv) { break; case CO_python_native: - build_python_native = true; - break; + build_python_native = true; + break; case CO_track_interpreter: track_interpreter = true; @@ -595,22 +595,21 @@ main(int argc, char **argv) { << " *\n" << " */\n\n"; - if(the_output_include != nullptr) - { - output_code << "#include \""<