From dbadaebfc4e9d453232795f54d4fe5618cf8e84d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 23 Nov 2016 07:53:24 +0100 Subject: checksrc: code style: use 'char *name' style --- lib/imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/imap.c') diff --git a/lib/imap.c b/lib/imap.c index 4aa7dcc95..b8477ef1d 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -393,7 +393,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len, static void imap_get_message(char *buffer, char** outptr) { size_t len = 0; - char* message = NULL; + char *message = NULL; /* Find the start of the message */ for(message = buffer + 2; *message == ' ' || *message == '\t'; message++) -- cgit v1.2.3