mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-08 12:28:00 -05:00
slight line spacing/indent updates
This commit is contained in:
parent
c35f713e75
commit
44dc48f10f
@ -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
|
||||
|
@ -401,7 +401,6 @@ const char *alpm_conflict_get_ctarget(pmconflict_t *conflict);
|
||||
/*
|
||||
* Helpers
|
||||
*/
|
||||
|
||||
|
||||
/* md5sums */
|
||||
char *alpm_get_md5sum(char *name);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user