From ac678ec2f127fc02a93fff2c164e0b13a94a6abf Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 16 Apr 2007 22:32:04 +0000 Subject: style fixes, no code changes --- archival/dpkg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archival/dpkg.c') diff --git a/archival/dpkg.c b/archival/dpkg.c index c5deb0f71..7d31ad12e 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c @@ -352,7 +352,8 @@ static int search_package_hashtable(const unsigned name, const unsigned version, * 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++) { -- cgit v1.2.3