Skip to content

Commit

Permalink
lib-smtp: Remove trailing whitespace in smtp-cient-transaction.c.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch authored and sirainen committed Aug 22, 2018
1 parent f71d10e commit 99a7c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib-smtp/smtp-client-transaction.c
Expand Up @@ -290,7 +290,7 @@ void smtp_client_transaction_destroy(struct smtp_client_transaction **_trans)
struct smtp_client_transaction *trans = *_trans;

*_trans = NULL;

smtp_client_transaction_ref(trans);
smtp_client_transaction_abort(trans);

Expand Down Expand Up @@ -809,7 +809,7 @@ smtp_client_transaction_get_state_destription(
break;
case SMTP_CLIENT_TRANSACTION_STATE_PENDING:
conn_state = smtp_client_connection_get_state(trans->conn);
switch (conn_state) {
switch (conn_state) {
case SMTP_CLIENT_CONNECTION_STATE_CONNECTING:
case SMTP_CLIENT_CONNECTION_STATE_HANDSHAKING:
case SMTP_CLIENT_CONNECTION_STATE_AUTHENTICATING:
Expand Down

0 comments on commit 99a7c90

Please sign in to comment.