summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/add.c
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-01-31 03:58:12 +0100
committerDan McGee <dan@archlinux.org>2007-01-31 03:58:12 +0100
commit44dc48f10f2040053ae01f17f4f18bf49a9a4180 (patch)
tree7eb37bd1f8a7e2de36da568887e8375e0e998c6a /lib/libalpm/add.c
parentc35f713e751bf74bd7b75e683a7decc549eab60f (diff)
downloadpacman-44dc48f10f2040053ae01f17f4f18bf49a9a4180.tar.gz
pacman-44dc48f10f2040053ae01f17f4f18bf49a9a4180.tar.xz
slight line spacing/indent updates
Diffstat (limited to 'lib/libalpm/add.c')
-rw-r--r--lib/libalpm/add.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c
index 1efdb042..f4b79572 100644
--- a/lib/libalpm/add.c
+++ b/lib/libalpm/add.c
@@ -276,8 +276,8 @@ int _alpm_add_prepare(pmtrans_t *trans, pmdb_t *db, alpm_list_t **data)
if(lp == NULL) {
break;
}
- }
- }
+ }
+ }
/* Removal code should go here, as described above. Instead of simply
* removing items, perhaps throw them in another list to be removed, then
* proceed as sync.c would? I'm not sure because I'm not familiar enough