diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2006-01-07 09:42:48 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2006-01-07 09:42:48 +0000 |
commit | f3a4197e349ec7441f2b4dfe6e3010bbfe400164 (patch) | |
tree | 88352537a1dae2a182ea5cc792c25b4fd4cdb45e /lib/libftp | |
parent | 6c3657b7022c7873fca38b30796e7659b7580b34 (diff) | |
download | pacman-f3a4197e349ec7441f2b4dfe6e3010bbfe400164.tar.xz |
code cleanup (mainly removed line spaces at the beginning of lines by tabulations)
Diffstat (limited to 'lib/libftp')
-rw-r--r-- | lib/libftp/ftplib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libftp/ftplib.c b/lib/libftp/ftplib.c index 8be3cac1..262cac0b 100644 --- a/lib/libftp/ftplib.c +++ b/lib/libftp/ftplib.c @@ -1513,8 +1513,8 @@ static int HttpXfer(const char *localfile, const char *path, int *size, * return 1 if successful, 0 otherwise */ GLOBALREF int HttpGet(const char *host, const char *outputfile, const char *path, - int *size, netbuf *nControl, unsigned int offset, - const struct tm *mtime1, struct tm *mtime2) + int *size, netbuf *nControl, unsigned int offset, + const struct tm *mtime1, struct tm *mtime2) { char buf[512]; |