mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 05:34:23 +08:00
android/gatt: Minor coding style fix
This commit is contained in:
parent
4a939b5e8a
commit
a2178814e7
@ -3859,8 +3859,9 @@ static void handle_server_register(const void *buf, uint16_t len)
|
||||
if (app) {
|
||||
ev.server_if = app->id;
|
||||
ev.status = GATT_SUCCESS;
|
||||
} else
|
||||
} else {
|
||||
ev.status = GATT_FAILURE;
|
||||
}
|
||||
|
||||
memcpy(ev.uuid, cmd->uuid, sizeof(ev.uuid));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user