From: Stephan Bosch Date: Tue, 18 Aug 2015 17:39:24 +0000 (+0300) Subject: lib-http client: Minor whitespace cleanups in struct http_client_request. X-Git-Tag: 2.2.19.rc1~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aa91c0f70ea2893d82a16a8b8d0171caccce74c;p=thirdparty%2Fdovecot%2Fcore.git lib-http client: Minor whitespace cleanups in struct http_client_request. --- diff --git a/src/lib-http/http-client-private.h b/src/lib-http/http-client-private.h index 1b804f7703..9f00b7d811 100644 --- a/src/lib-http/http-client-private.h +++ b/src/lib-http/http-client-private.h @@ -95,11 +95,11 @@ struct http_client_request { enum http_request_state state; - unsigned int have_hdr_connection:1; - unsigned int have_hdr_date:1; - unsigned int have_hdr_expect:1; - unsigned int have_hdr_host:1; unsigned int have_hdr_body_spec:1; + unsigned int have_hdr_connection:1; + unsigned int have_hdr_date:1; + unsigned int have_hdr_expect:1; + unsigned int have_hdr_host:1; unsigned int have_hdr_user_agent:1; unsigned int payload_sync:1;