Small code cleanups with indents/spaces
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
4abd710ec9
commit
c18191ba5b
2 changed files with 7 additions and 6 deletions
|
@ -377,7 +377,8 @@ alpm_list_t *_alpm_db_find_fileconflicts(pmdb_t *db, pmtrans_t *trans, char *roo
|
||||||
* is not currently installed, then simply stat the whole filelist */
|
* is not currently installed, then simply stat the whole filelist */
|
||||||
if(dbpkg) {
|
if(dbpkg) {
|
||||||
/* older ver of package currently installed */
|
/* older ver of package currently installed */
|
||||||
tmpfiles = chk_filedifference(alpm_pkg_get_files(p1), alpm_pkg_get_files(dbpkg));
|
tmpfiles = chk_filedifference(alpm_pkg_get_files(p1),
|
||||||
|
alpm_pkg_get_files(dbpkg));
|
||||||
} else {
|
} else {
|
||||||
/* no version of package currently installed */
|
/* no version of package currently installed */
|
||||||
tmpfiles = alpm_list_strdup(alpm_pkg_get_files(p1));
|
tmpfiles = alpm_list_strdup(alpm_pkg_get_files(p1));
|
||||||
|
|
Loading…
Add table
Reference in a new issue