summaryrefslogtreecommitdiff
path: root/src/pacman/pacman.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/pacman.c
parent6c3657b7022c7873fca38b30796e7659b7580b34 (diff)
code cleanup (mainly removed line spaces at the beginning of lines by tabulations)
Diffstat (limited to 'src/pacman/pacman.c')
-rw-r--r--src/pacman/pacman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 0a685907..5ad000aa 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -168,7 +168,7 @@ int main(int argc, char *argv[])
cleanup(1);
}
- for(lp = config->op_s_ignore; lp; lp = lp->next) {
+ for(lp = config->op_s_ignore; lp; lp = lp->next) {
if(alpm_set_option(PM_OPT_IGNOREPKG, (long)lp->data) == -1) {
ERR(NL, "failed to set option IGNOREPKG (%s)\n", alpm_strerror(pm_errno));
cleanup(1);