libtls: Some code style fixes

This commit is contained in:
Tobias Brunner
2021-02-12 11:45:44 +01:00
parent 4099035a0c
commit ba3c90ded1
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ METHOD(tls_fragmentation_t, process, status_t,
{
break;
}
/* fall */
/* fall-through */
case TLS_APPLICATION_DATA:
status = process_application(this, reader);
break;