summaryrefslogtreecommitdiff
path: root/src/pacman/download.c
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2006-01-07 09:42:48 +0000
committerAurelien Foret <aurelien@archlinux.org>2006-01-07 09:42:48 +0000
commitf3a4197e349ec7441f2b4dfe6e3010bbfe400164 (patch)
tree88352537a1dae2a182ea5cc792c25b4fd4cdb45e /src/pacman/download.c
parent6c3657b7022c7873fca38b30796e7659b7580b34 (diff)
code cleanup (mainly removed line spaces at the beginning of lines by tabulations)
Diffstat (limited to 'src/pacman/download.c')
-rw-r--r--src/pacman/download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/download.c b/src/pacman/download.c
index 3e44b921..42d0bc8d 100644
--- a/src/pacman/download.c
+++ b/src/pacman/download.c
@@ -467,7 +467,7 @@ int downloadfiles_forreal(list_t *servers, const char *localpath,
}
} else {
if(mtime2) {
- if(fmtime2.tm_year) {
+ if(fmtime2.tm_year) {
/* date conversion from "rfc1123-date" to YYYYMMDDHHMMSS */
sprintf(mtime2, "%4d%02d%02d%02d%02d%02d",
fmtime2.tm_year+1900, fmtime2.tm_mon+1, fmtime2.tm_mday,