]> 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)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 7 Apr 2017 13:22:57 +0000 (16:22 +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 c23f1bbaefafa5dccf2c3269e6aa95c94e8531a4..258144142b6262a7ffe01a1447f0ea5ddf10e4f8 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 ea436baa2cb53e6df860c896d595eb3dd9a1c073..4eec3c2af30fdb18f15c14654ed980975d44e404 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