[PHP] Fix minor misindentation in generated wrapper

This commit is contained in:
Olly Betts 2016-12-01 12:02:48 +13:00
commit 0ada392cee
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
%insert(init) "swiginit.swg"
%init %{
SWIG_php_minit {
SWIG_php_minit {
SWIG_InitializeModule(0);
%}