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/manager.c | |
parent | 1f1e900f488c2925b8949911b30f363a1fb4dee0 (diff) |
Whitespace cleanup
Diffstat (limited to 'hcid/manager.c')
-rw-r--r-- | hcid/manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/manager.c b/hcid/manager.c index 2c833774..f7e4e29a 100644 --- a/hcid/manager.c +++ b/hcid/manager.c @@ -110,7 +110,7 @@ static int find_by_address(const char *str) bdaddr_t ba; int i, sk; int devid = -1; - + sk = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); if (sk < 0) return -1; |