Fix misindented line

This commit is contained in:
Olly Betts 2023-09-28 11:33:13 +13:00
parent bb2b97b228
commit 4a618cd646
1 changed files with 1 additions and 1 deletions

View File

@ -1983,7 +1983,7 @@ public:
Printf(proxy_class_code, " return true;\n");
Printf(proxy_class_code, " }\n");
Printf(proxy_class_code, " }\n\n");
Printf(proxy_class_code, " return false;\n");
Printf(proxy_class_code, " return false;\n");
/* Could add this code to cover corner case where the GetMethod() returns a method which allows type
* promotion, eg it will return foo(double), if looking for foo(int).