mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-15 00:34:05 +09:00
whitespace fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user