summaryrefslogtreecommitdiff
path: root/ext/ftp
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-13 14:14:50 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-13 14:14:50 +0200
commit902d39a3a79c6efe93c8879575fdd5a759cf03de (patch)
treee6ec0af8ac4333de34f581c2c7b5a2eb93e635a1 /ext/ftp
parent581f0141b6dd8d20e71612f90b01507ed0783db8 (diff)
downloadphp-git-902d39a3a79c6efe93c8879575fdd5a759cf03de.tar.gz
Trim trailing whitespace in source code files
Diffstat (limited to 'ext/ftp')
-rw-r--r--ext/ftp/ftp.c4
-rw-r--r--ext/ftp/package.xml14
2 files changed, 9 insertions, 9 deletions
diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c
index 9b409026a7..09aa43a42c 100644
--- a/ext/ftp/ftp.c
+++ b/ext/ftp/ftp.c
@@ -71,8 +71,8 @@
*/
static int ftp_putcmd( ftpbuf_t *ftp,
const char *cmd,
- const size_t cmd_len,
- const char *args,
+ const size_t cmd_len,
+ const char *args,
const size_t args_len);
/* wrapper around send/recv to handle timeouts */
diff --git a/ext/ftp/package.xml b/ext/ftp/package.xml
index 9b70e33229..860fb2b290 100644
--- a/ext/ftp/package.xml
+++ b/ext/ftp/package.xml
@@ -18,13 +18,13 @@
</maintainer>
</maintainers>
<description>
-The functions in this extension implement client access to file
-servers speaking the File Transfer Protocol (FTP) as defined in
-http://www.faqs.org/rfcs/rfc959. This extension is meant for
-detailed access to an FTP server providing a wide range of
-control to the executing script. If you only wish to read from
-or write to a file on an FTP server, consider using the ftp://
-wrapper with the filesystem functions which provide a simpler
+The functions in this extension implement client access to file
+servers speaking the File Transfer Protocol (FTP) as defined in
+http://www.faqs.org/rfcs/rfc959. This extension is meant for
+detailed access to an FTP server providing a wide range of
+control to the executing script. If you only wish to read from
+or write to a file on an FTP server, consider using the ftp://
+wrapper with the filesystem functions which provide a simpler
and more intuitive interface.
</description>
<license>PHP</license>