diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2022-08-30 16:41:17 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2022-08-30 16:41:17 +0200 |
commit | fe73c8d55795a8fe7e95fc2c00af6899817b96b8 (patch) | |
tree | 1b772243f00c63d16ee4cf8bf6f80a6c7a53ee91 /archival | |
parent | 58598eb7093561d914a6254697e137b815f1fdfc (diff) | |
download | busybox-w32-fe73c8d55795a8fe7e95fc2c00af6899817b96b8.tar.gz busybox-w32-fe73c8d55795a8fe7e95fc2c00af6899817b96b8.tar.bz2 busybox-w32-fe73c8d55795a8fe7e95fc2c00af6899817b96b8.zip |
*: style fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r-- | archival/dpkg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/dpkg.c b/archival/dpkg.c index bf070a001..8031956e9 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -1115,7 +1115,7 @@ static int check_deps(deb_file_t **deb_file, int deb_start /*, int dep_max_count | |||
1115 | if (package_edge->type == EDGE_PRE_DEPENDS | 1115 | if (package_edge->type == EDGE_PRE_DEPENDS |
1116 | || package_edge->type == EDGE_DEPENDS | 1116 | || package_edge->type == EDGE_DEPENDS |
1117 | ) { | 1117 | ) { |
1118 | int result=1; | 1118 | int result = 1; |
1119 | status_num = 0; | 1119 | status_num = 0; |
1120 | 1120 | ||
1121 | /* If we are inside an alternative then check | 1121 | /* If we are inside an alternative then check |