diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-08-16 16:03:20 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-08-16 16:03:20 +0000 |
commit | 16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch) | |
tree | e09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/util/resolver_api.c | |
parent | 4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff) |
even nicer indentation, thanks to LRN's indent patch
Diffstat (limited to 'src/util/resolver_api.c')
-rw-r--r-- | src/util/resolver_api.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/util/resolver_api.c b/src/util/resolver_api.c index 3aa8bff9c3..3607ce67f6 100644 --- a/src/util/resolver_api.c +++ b/src/util/resolver_api.c @@ -318,7 +318,8 @@ no_resolve (const struct sockaddr *sa, socklen_t salen) /** * Adjust exponential back-off and reconnect to the service. */ -static void reconnect (); +static void +reconnect (); /** @@ -326,7 +327,8 @@ static void reconnect (); * * @param h handle to the resolver */ -static void process_requests (); +static void +process_requests (); /** |