style fix

This commit is contained in:
Christian Grothoff 2017-09-13 14:35:39 +02:00
parent 7123015dbc
commit e243a8952f
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -316,12 +316,11 @@ handle_mhd_request (void *cls,
&TEH_MHD_handler_static_response, MHD_HTTP_NOT_FOUND &TEH_MHD_handler_static_response, MHD_HTTP_NOT_FOUND
}; };
struct TEH_RequestHandler *rh; struct TEH_RequestHandler *rh;
unsigned int i;
GNUNET_log (GNUNET_ERROR_TYPE_INFO, GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Handling request for URL '%s'\n", "Handling request for URL '%s'\n",
url); url);
for (i=0;NULL != handlers[i].url;i++) for (unsigned int i=0;NULL != handlers[i].url;i++)
{ {
rh = &handlers[i]; rh = &handlers[i];
if ( (0 == strcasecmp (url, if ( (0 == strcasecmp (url,