android/gatt: Minor coding style fix

This commit is contained in:
Jakub Tyszkowski 2014-06-18 14:58:54 +02:00 committed by Szymon Janc
parent 4a939b5e8a
commit a2178814e7

View File

@ -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));