From: Stephan Bosch Date: Mon, 20 Nov 2017 22:30:37 +0000 (+0100) Subject: lib-smtp: smtp-submit: Small whitespace fix. X-Git-Tag: 2.3.0.rc1~359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70eaddb117b2a66340b67dd8b9db04d691cd71b1;p=thirdparty%2Fdovecot%2Fcore.git lib-smtp: smtp-submit: Small whitespace fix. --- diff --git a/src/lib-smtp/test-smtp-submit.c b/src/lib-smtp/test-smtp-submit.c index 1722e662c8..2f7e65cb6d 100644 --- a/src/lib-smtp/test-smtp-submit.c +++ b/src/lib-smtp/test-smtp-submit.c @@ -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); }