mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
Fix some trailing whitespace and indentation bits.
--HG-- extra : convert_revision : f1dd75ffa567945c74ded99e2ea9355eed56df97
This commit is contained in:
parent
7e48132dde
commit
c0c746b67d
3 changed files with 7 additions and 7 deletions
|
@ -380,13 +380,13 @@ xbps_find_deps_in_pkg(prop_dictionary_t repo, prop_dictionary_t pkg)
|
||||||
free(pkgname);
|
free(pkgname);
|
||||||
if (rv == 0) {
|
if (rv == 0) {
|
||||||
/*
|
/*
|
||||||
* Found in current repository, remove it.
|
* Found in current repository, remove it.
|
||||||
*/
|
*/
|
||||||
remove_missing_reqdep(&idx);
|
remove_missing_reqdep(&idx);
|
||||||
|
|
||||||
} else if (rv != 0 && rv != ENOENT)
|
} else if (rv != 0 && rv != ENOENT)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Package is on repo, add it into the dictionary.
|
* Package is on repo, add it into the dictionary.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -142,9 +142,9 @@ xbps_install_binary_pkg(const char *pkgname, const char *destdir)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Construct the dependency chain for this package. If any
|
* Construct the dependency chain for this package. If any
|
||||||
* dependency is not available, pass to the next repository.
|
* dependency is not available, pass to the next repository.
|
||||||
*/
|
*/
|
||||||
rv = xbps_find_deps_in_pkg(repod, pkgrd);
|
rv = xbps_find_deps_in_pkg(repod, pkgrd);
|
||||||
if (rv != 0) {
|
if (rv != 0) {
|
||||||
prop_object_release(repod);
|
prop_object_release(repod);
|
||||||
|
|
|
@ -125,7 +125,7 @@ unpack_archive_init(prop_dictionary_t pkg, const char *destdir,
|
||||||
ARCHIVE_EXTRACT_SECURE_SYMLINKS | \
|
ARCHIVE_EXTRACT_SECURE_SYMLINKS | \
|
||||||
ARCHIVE_EXTRACT_UNLINK
|
ARCHIVE_EXTRACT_UNLINK
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* TODO: remove printfs and return appropiate errors to be interpreted by
|
* TODO: remove printfs and return appropiate errors to be interpreted by
|
||||||
* the consumer.
|
* the consumer.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue