whitespace fix

This commit is contained in:
fduncanh
2022-01-21 02:16:27 -05:00
parent ece231b19c
commit 109f2eab0b

View File

@@ -131,9 +131,9 @@ pairing_session_check_handshake_status(pairing_session_t *session)
switch (session->status) {
case STATUS_SETUP:
case STATUS_HANDSHAKE:
return 0;
return 0;
default:
return -1;
return -1;
}
}