diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-11-07 13:14:54 +0000 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-11-07 13:14:54 +0000 | 
| commit | f4051e4e1bc3a5a00fc74b5b5eb7eb3794f67310 (patch) | |
| tree | f4637809620396e3dfb4dc7fd38f32039195eaeb /hcid/dbus-security.c | |
| parent | 1f1e900f488c2925b8949911b30f363a1fb4dee0 (diff) | |
Whitespace cleanup
Diffstat (limited to 'hcid/dbus-security.c')
| -rw-r--r-- | hcid/dbus-security.c | 2 | 
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);  | 
