summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-security.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-11-07 13:14:54 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-11-07 13:14:54 +0000
commitf4051e4e1bc3a5a00fc74b5b5eb7eb3794f67310 (patch)
treef4637809620396e3dfb4dc7fd38f32039195eaeb /hcid/dbus-security.c
parent1f1e900f488c2925b8949911b30f363a1fb4dee0 (diff)
Whitespace cleanup
Diffstat (limited to 'hcid/dbus-security.c')
-rw-r--r--hcid/dbus-security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-security.c b/hcid/dbus-security.c
index 8a16373d..6d510587 100644
--- a/hcid/dbus-security.c
+++ b/hcid/dbus-security.c
@@ -1334,7 +1334,7 @@ void release_passkey_agents(struct adapter *adapter, bdaddr_t *bda)
for (l = adapter->passkey_agents; l != NULL; l = next) {
struct passkey_agent *agent = l->data;
next = l->next;
-
+
if (bda && agent->addr) {
bdaddr_t tmp;
str2ba(agent->addr, &tmp);