Apparently nicely lining things up violates pep8, so don't try

This commit is contained in:
Alec Woods 2019-01-26 13:39:50 -05:00
commit 120a6df838

View file

@ -704,7 +704,7 @@ public:
if (!builtin && fastproxy) {
Printf(f_shadow, "\n");
Printf(f_shadow, "_swig_new_instance_method = %s.SWIG_PyInstanceMethod_New\n", module);
Printf(f_shadow, "_swig_new_static_method = %s.SWIG_PyStaticMethod_New\n", module);
Printf(f_shadow, "_swig_new_static_method = %s.SWIG_PyStaticMethod_New\n", module);
}
{