commit | ac678ec2f127fc02a93fff2c164e0b13a94a6abf | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Mon Apr 16 22:32:04 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Mon Apr 16 22:32:04 2007 +0000 |
tree | f1354d1d4e3ca29b1fd77698d45791e61fd7a8b1 | |
parent | 17e3c34aa7abe42aa604234235338e2b8087b8a0 [diff] [blame] |
style fixes, no code changes
diff --git a/archival/dpkg.c b/archival/dpkg.c index c5deb0f..7d31ad1 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c
@@ -352,7 +352,8 @@ * FIXME: I don't think this is very efficient, but I thought I'd keep * it simple for now until it proves to be a problem. */ -static int search_for_provides(int needle, int start_at) { +static int search_for_provides(int needle, int start_at) +{ int i, j; common_node_t *p; for (i = start_at + 1; i < PACKAGE_HASH_PRIME; i++) {