diff options
author | Dan McGee <dan@archlinux.org> | 2007-01-31 02:58:12 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-01-31 02:58:12 +0000 |
commit | 44dc48f10f2040053ae01f17f4f18bf49a9a4180 (patch) | |
tree | 7eb37bd1f8a7e2de36da568887e8375e0e998c6a /lib/libalpm/add.c | |
parent | c35f713e751bf74bd7b75e683a7decc549eab60f (diff) | |
download | pacman-44dc48f10f2040053ae01f17f4f18bf49a9a4180.tar.xz |
slight line spacing/indent updates
Diffstat (limited to 'lib/libalpm/add.c')
-rw-r--r-- | lib/libalpm/add.c | 4 |
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 |