Skip to content

Commit 511bd5a

Browse files
author
Mika Leppänen
committed
Corrected coding style
1 parent 57ec028 commit 511bd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Security/protocols/msg_sec_prot/msg_sec_prot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ static void msg_sec_prot_state_machine(sec_prot_t *prot)
135135
break;
136136
case MSG_STATE_FINISH:
137137
sec_prot_state_set(prot, &data->common, MSG_STATE_FINISHED);
138-
/* fall through */
138+
/* fall through */
139139
case MSG_STATE_FINISHED:
140140
prot->finished(prot);
141141
break;

0 commit comments

Comments
 (0)