summaryrefslogtreecommitdiff
path: root/ext/informix
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-08-11 16:39:07 +0000
committerZeev Suraski <zeev@php.net>2001-08-11 16:39:07 +0000
commitf6f6c4d7e63d2eaf4ece7aee66f46a013b29bffa (patch)
tree4013e29cc962a2f0363f61d764da46d8302d828e /ext/informix
parentbafa98109cb7ac4c95a4d47e010139f4cd100bde (diff)
downloadphp-git-f6f6c4d7e63d2eaf4ece7aee66f46a013b29bffa.tar.gz
Whitespace
Diffstat (limited to 'ext/informix')
-rw-r--r--ext/informix/php_informix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/informix/php_informix.h b/ext/informix/php_informix.h
index f693aef570..d9c9e0bf23 100644
--- a/ext/informix/php_informix.h
+++ b/ext/informix/php_informix.h
@@ -101,8 +101,8 @@ PHP_FUNCTION(ifxus_tell_slob);
ZEND_BEGIN_MODULE_GLOBALS(ifx)
long default_link;
- long num_links,num_persistent;
- long max_links,max_persistent;
+ long num_links, num_persistent;
+ long max_links, max_persistent;
long allow_persistent;
char *default_host, *default_user, *default_password;
int connectionid;