]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: smtp-submit: Small whitespace fix.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Mon, 20 Nov 2017 22:30:37 +0000 (23:30 +0100)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Sun, 26 Nov 2017 20:30:01 +0000 (22:30 +0200)
src/lib-smtp/test-smtp-submit.c

index 1722e662c895bb2fd6d99608ba0b9ddde5173393..2f7e65cb6dbd384630a25d35385f012a223c979c 100644 (file)
@@ -1317,7 +1317,7 @@ test_successful_delivery_input(struct server_connection *conn)
                                ctx->file_path = p_strdup_printf(conn->pool,
                                        "%s/message-%u.eml", test_tmp_dir_get(), server_port);
 
-                               if ( (fd=open(ctx->file_path, O_WRONLY | O_CREAT, 0600)) < 0 ) {
+                               if ((fd=open(ctx->file_path, O_WRONLY | O_CREAT, 0600)) < 0) {
                                        i_fatal("failed create tmp file for message: "
                                                "open(%s) failed: %m", ctx->file_path);
                                }