Skip to content

Commit

Permalink
lib-smtp: smtp-submit: Small whitespace fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch authored and sirainen committed Nov 26, 2017
1 parent 211fdbe commit 70eaddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-smtp/test-smtp-submit.c
Expand Up @@ -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);
}
Expand Down

0 comments on commit 70eaddb

Please sign in to comment.