android/gatt: Fix minor style code issue

This commit is contained in:
Lukasz Rymanowski 2014-05-22 13:17:44 +02:00 committed by Szymon Janc
parent fa1747ef5b
commit 743f12ccf3

View File

@ -3505,7 +3505,6 @@ static void send_dev_pending_response(struct gatt_device *device,
int length;
struct queue *temp;
temp = queue_new();
if (!temp)
goto done;