summaryrefslogtreecommitdiffstats
path: root/hcid/security.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-01-28 10:38:40 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-01-28 10:38:40 +0000
commitba255beb79afb9c00ae5b71821f84f911aa8d1fe (patch)
tree66707895eb4596df0e8054052f95f07560927e2f /hcid/security.c
parentd352bd04383f1c1a5ec17e267cb8d0ce70720519 (diff)
Whitespace cleanup
Diffstat (limited to 'hcid/security.c')
-rw-r--r--hcid/security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/security.c b/hcid/security.c
index 03907d9d..404ff93c 100644
--- a/hcid/security.c
+++ b/hcid/security.c
@@ -110,7 +110,7 @@ static void hci_req_queue_process(int dev_id)
data = l->data;
data->status = REQ_SENT;
-
+
ret_val = hci_send_cmd(dd, data->ogf, data->ocf, data->clen, data->cparam);
if (ret_val < 0) {
hci_req_queue = g_slist_remove(hci_req_queue, data);