summaryrefslogtreecommitdiff
path: root/ext/ftp
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/ftp
parentbafa98109cb7ac4c95a4d47e010139f4cd100bde (diff)
downloadphp-git-f6f6c4d7e63d2eaf4ece7aee66f46a013b29bffa.tar.gz
Whitespace
Diffstat (limited to 'ext/ftp')
-rw-r--r--ext/ftp/ftp.c2
-rw-r--r--ext/ftp/php_ftp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c
index d7146d6059..daaf481f52 100644
--- a/ext/ftp/ftp.c
+++ b/ext/ftp/ftp.c
@@ -1045,7 +1045,7 @@ ftp_getdata(ftpbuf_t *ftp)
struct sockaddr_in addr;
int size;
union ipbox ipbox;
- char arg[sizeof("255,255,255,255,255,255")];
+ char arg[sizeof("255, 255, 255, 255, 255, 255")];
/* ask for a passive connection if we need one */
diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c
index 36ac8d23bb..dc057d1dda 100644
--- a/ext/ftp/php_ftp.c
+++ b/ext/ftp/php_ftp.c
@@ -635,7 +635,7 @@ PHP_FUNCTION(ftp_fput)
FTPBUF(ftp, arg1);
convert_to_string(arg2);
- rsrc = zend_fetch_resource(&arg3 TSRMLS_CC,-1,"File-Handle",&type,3,php_file_le_fopen(),php_file_le_popen(),php_file_le_socket());
+ rsrc = zend_fetch_resource(&arg3 TSRMLS_CC,-1,"File-Handle", &type, 3, php_file_le_fopen(), php_file_le_popen(), php_file_le_socket());
ZEND_VERIFY_RESOURCE(rsrc);
XTYPE(xtype, arg4);