summaryrefslogtreecommitdiffstats
path: root/lib/libftp/ftplib.c
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2006-01-07 10:42:48 +0100
committerAurelien Foret <aurelien@archlinux.org>2006-01-07 10:42:48 +0100
commitf3a4197e349ec7441f2b4dfe6e3010bbfe400164 (patch)
tree88352537a1dae2a182ea5cc792c25b4fd4cdb45e /lib/libftp/ftplib.c
parent6c3657b7022c7873fca38b30796e7659b7580b34 (diff)
downloadpacman-f3a4197e349ec7441f2b4dfe6e3010bbfe400164.tar.gz
pacman-f3a4197e349ec7441f2b4dfe6e3010bbfe400164.tar.xz
code cleanup (mainly removed line spaces at the beginning of lines by tabulations)
Diffstat (limited to 'lib/libftp/ftplib.c')
-rw-r--r--lib/libftp/ftplib.c4
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];