]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
global: Make sure all files end with newline
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 7 Apr 2017 06:32:30 +0000 (09:32 +0300)
committerGitLab <gitlab@git.dovecot.net>
Fri, 7 Apr 2017 12:49:31 +0000 (15:49 +0300)
Fixes compiler warnings with Sun C.

src/lib-imap/imap-envelope.c
src/lib-mail/message-part-data.c
src/lib-mail/message-part-data.h

index b0982bdd03da8585480e88d7f82b1d4abade6341..c672d9d653ee7cd8e05e194a1f07aa130e6a8642 100644 (file)
@@ -255,4 +255,4 @@ bool imap_envelope_parse(const char *envelope,
        imap_parser_unref(&parser);
        i_stream_destroy(&input);
        return (ret >= 0);
-}
\ No newline at end of file
+}
index b0d8429a04506b136fc3666e9c0432d15d29a106..88b53ebab0fa3d33ec15a7497722816ad589084f 100644 (file)
@@ -497,4 +497,4 @@ void message_part_data_parse_from_header(pool_t pool,
                /* message/rfc822, we need the envelope */
                message_part_envelope_parse_from_header(pool, &part_data->envelope, hdr);
        }
-}
\ No newline at end of file
+}
index 3d8a6ae8ddad33ca65f0146011c4176b2b933e42..0111959a435b5e8a482115d70d55fbfb6bc07082 100644 (file)
@@ -68,4 +68,4 @@ void message_part_data_parse_from_header(pool_t pool,
        struct message_part *part,
        struct message_header_line *hdr);
 
-#endif
\ No newline at end of file
+#endif