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 -2
View File
@@ -1611,9 +1611,8 @@ METHOD(tls_handshake_t, finished, bool,
{
if (this->resume)
{
return this->state == STATE_FINISHED_SENT;
return this->state == STATE_FINISHED_SENT;
}
return this->state == STATE_FINISHED_RECEIVED;
}
else