Whitespace tweaks
This commit is contained in:
parent
4aff93942a
commit
478bdcdfbf
2 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@
|
|||
if ($needNewFlow) {
|
||||
$1 = ($1_ltype) $obj_value;
|
||||
} else {
|
||||
if (SWIG_ConvertPtr(&$input, (void **) &$1, $1_descriptor, 0) < 0 || $1 == NULL)
|
||||
if (SWIG_ConvertPtr(&$input, (void **) &$1, $1_descriptor, 0) < 0 || $1 == NULL)
|
||||
SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $1_descriptor");
|
||||
}
|
||||
%}
|
||||
|
|
|
|||
|
|
@ -256,7 +256,7 @@ SWIG_pack_zval(zval *zv, void *ptr, int userNewObj) {
|
|||
}
|
||||
|
||||
static void
|
||||
SWIG_generalize_object(zval *zval_obj, void *ptr, int userNewObj ,swig_type_info *type) {
|
||||
SWIG_generalize_object(zval *zval_obj, void *ptr, int userNewObj, swig_type_info *type) {
|
||||
zval tempZval;
|
||||
HashTable *ht = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue