From 23d1c072ca45a678329192d1cc3ad82830514891 Mon Sep 17 00:00:00 2001 From: Grzegorz Kolodziejczyk Date: Fri, 11 Apr 2014 12:29:48 +0200 Subject: [PATCH] android/gatt: Remove not needed empty line and redundand tab --- android/gatt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/gatt.c b/android/gatt.c index e74a60ca1..d45ea1694 100644 --- a/android/gatt.c +++ b/android/gatt.c @@ -126,7 +126,7 @@ static bool scanning = false; static struct queue *gatt_clients = NULL; static struct queue *gatt_servers = NULL; -static struct queue *conn_list = NULL; /* Connected devices */ +static struct queue *conn_list = NULL; /* Connected devices */ static struct queue *conn_wait_queue = NULL; /* Devs waiting to connect */ static struct queue *disc_dev_list = NULL; /* Disconnected devices */ @@ -140,7 +140,6 @@ static void android2uuid(const uint8_t *uuid, bt_uuid_t *dst) for (i = 0; i < 16; i++) dst->value.u128.data[i] = uuid[15 - i]; - } static void uuid2android(const bt_uuid_t *src, uint8_t *uuid) -- 2.47.3