mirror of https://github.com/swig/swig
Fix misindented line
This commit is contained in:
parent
bb2b97b228
commit
4a618cd646
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue