dovecot-2.2: lib-http client: Minor whitespace cleanups in struc...

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 18 18:02:25 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/5653b61d4c73
changeset: 18958:5653b61d4c73
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Tue Aug 18 20:39:24 2015 +0300
description:
lib-http client: Minor whitespace cleanups in struct http_client_request.

diffstat:

 src/lib-http/http-client-private.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 1d5d4d469b2b -r 5653b61d4c73 src/lib-http/http-client-private.h
--- a/src/lib-http/http-client-private.h	Tue Aug 18 20:39:24 2015 +0300
+++ b/src/lib-http/http-client-private.h	Tue Aug 18 20:39:24 2015 +0300
@@ -95,11 +95,11 @@
 
 	enum http_request_state state;
 
-	unsigned int	have_hdr_connection:1;
-	unsigned int	have_hdr_date: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_body_spec:1;
+	unsigned int have_hdr_host:1;
 	unsigned int have_hdr_user_agent:1;
 
 	unsigned int payload_sync:1;


More information about the dovecot-cvs mailing list