slight line spacing/indent updates

This commit is contained in:
Dan McGee 2007-01-31 02:58:12 +00:00
parent c35f713e75
commit 44dc48f10f
3 changed files with 3 additions and 3 deletions

View file

@ -276,8 +276,8 @@ int _alpm_add_prepare(pmtrans_t *trans, pmdb_t *db, alpm_list_t **data)
if(lp == NULL) { if(lp == NULL) {
break; break;
} }
} }
} }
/* Removal code should go here, as described above. Instead of simply /* Removal code should go here, as described above. Instead of simply
* removing items, perhaps throw them in another list to be removed, then * 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 * proceed as sync.c would? I'm not sure because I'm not familiar enough

View file

@ -401,7 +401,6 @@ const char *alpm_conflict_get_ctarget(pmconflict_t *conflict);
/* /*
* Helpers * Helpers
*/ */
/* md5sums */ /* md5sums */
char *alpm_get_md5sum(char *name); char *alpm_get_md5sum(char *name);

View file

@ -45,6 +45,7 @@ struct __pmdb_t {
alpm_list_t *grpcache; alpm_list_t *grpcache;
alpm_list_t *servers; alpm_list_t *servers;
}; };
/* db.c, database general calls */ /* db.c, database general calls */
pmdb_t *_alpm_db_new(char *root, char *dbpath, char *treename); pmdb_t *_alpm_db_new(char *root, char *dbpath, char *treename);
void _alpm_db_free(void *data); void _alpm_db_free(void *data);