diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 01:34:48 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-01-14 01:34:48 +0100 |
commit | 6967578728a3eef43b7b2be4080dafc1b87f528d (patch) | |
tree | 76b79c4c81ce8e5ad4e57df5119efecef810e673 /archival/dpkg.c | |
parent | 52185155088d0910d29c7f4fdf5cb3eecaac8965 (diff) | |
download | busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.gz busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.tar.bz2 busybox-w32-6967578728a3eef43b7b2be4080dafc1b87f528d.zip |
whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/dpkg.c')
-rw-r--r-- | archival/dpkg.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c index dae8a9747..ed86f3355 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -1026,8 +1026,8 @@ static int check_deps(deb_file_t **deb_file, int deb_start /*, int dep_max_count | |||
1026 | if (package_edge->type == EDGE_CONFLICTS) { | 1026 | if (package_edge->type == EDGE_CONFLICTS) { |
1027 | const unsigned package_num = | 1027 | const unsigned package_num = |
1028 | search_package_hashtable(package_edge->name, | 1028 | search_package_hashtable(package_edge->name, |
1029 | package_edge->version, | 1029 | package_edge->version, |
1030 | package_edge->operator); | 1030 | package_edge->operator); |
1031 | int result = 0; | 1031 | int result = 0; |
1032 | if (package_hashtable[package_num] != NULL) { | 1032 | if (package_hashtable[package_num] != NULL) { |
1033 | status_num = search_status_hashtable(name_hashtable[package_hashtable[package_num]->name]); | 1033 | status_num = search_status_hashtable(name_hashtable[package_hashtable[package_num]->name]); |
@@ -1114,7 +1114,7 @@ static int check_deps(deb_file_t **deb_file, int deb_start /*, int dep_max_count | |||
1114 | */ | 1114 | */ |
1115 | if (root_of_alternatives && package_edge->type != root_of_alternatives->type - 1) | 1115 | if (root_of_alternatives && package_edge->type != root_of_alternatives->type - 1) |
1116 | bb_error_msg_and_die("fatal error, package dependencies corrupt: %d != %d - 1", | 1116 | bb_error_msg_and_die("fatal error, package dependencies corrupt: %d != %d - 1", |
1117 | package_edge->type, root_of_alternatives->type); | 1117 | package_edge->type, root_of_alternatives->type); |
1118 | 1118 | ||
1119 | if (package_hashtable[package_num] != NULL) | 1119 | if (package_hashtable[package_num] != NULL) |
1120 | result = !package_satisfies_dependency(package_num, package_edge->type); | 1120 | result = !package_satisfies_dependency(package_num, package_edge->type); |