From 44dc48f10f2040053ae01f17f4f18bf49a9a4180 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 31 Jan 2007 02:58:12 +0000 Subject: slight line spacing/indent updates --- lib/libalpm/add.c | 4 ++-- lib/libalpm/alpm.h | 1 - lib/libalpm/db.h | 1 + 3 files changed, 3 insertions(+), 3 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 diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h index 9aca946f..cff38311 100644 --- a/lib/libalpm/alpm.h +++ b/lib/libalpm/alpm.h @@ -401,7 +401,6 @@ const char *alpm_conflict_get_ctarget(pmconflict_t *conflict); /* * Helpers */ - /* md5sums */ char *alpm_get_md5sum(char *name); diff --git a/lib/libalpm/db.h b/lib/libalpm/db.h index 024fb78d..a37f3ce7 100644 --- a/lib/libalpm/db.h +++ b/lib/libalpm/db.h @@ -45,6 +45,7 @@ struct __pmdb_t { alpm_list_t *grpcache; alpm_list_t *servers; }; + /* db.c, database general calls */ pmdb_t *_alpm_db_new(char *root, char *dbpath, char *treename); void _alpm_db_free(void *data); -- cgit v1.2.3-24-g4f1b