diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-06-16 15:35:41 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-06-16 15:35:41 +0000 |
commit | 1e4c95e09bf53e50ad033febae0d6383517508b4 (patch) | |
tree | 52532f1c1c60b847c0aad165924d96fd865cc51c /common | |
parent | e0863545e6239ac338fa7fbe9647a5748a60b436 (diff) |
Fix minor whitespace issues
Diffstat (limited to 'common')
-rw-r--r-- | common/glib-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/glib-helper.c b/common/glib-helper.c index 515254ec..ed203eb4 100644 --- a/common/glib-helper.c +++ b/common/glib-helper.c @@ -328,7 +328,7 @@ void bt_cancel_discovery(const bdaddr_t *src, const bdaddr_t *dst) /* Ongoing SDP Discovery */ if (match) { ctxt = match->data; - if (ctxt->session) + if (ctxt->session) close(ctxt->session->sock); } } |