summaryrefslogtreecommitdiff
path: root/tools/hciconfig.c
diff options
context:
space:
mode:
authorJose Antonio Santos Cadenas <santoscadenas@gmail.com>2010-05-07 00:27:11 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2010-05-07 01:48:03 +0300
commit0edbc777558c66aac0c373f911bdd83ffb3a95e8 (patch)
tree6c16697cef912e3a093cc4b9d43ac6a719777074 /tools/hciconfig.c
parent6968c52091ad2f85038e5b2903b61cc78f3d29c9 (diff)
downloadbluez-0edbc777558c66aac0c373f911bdd83ffb3a95e8.tar.gz
Remove extra spaces from tools dir
Diffstat (limited to 'tools/hciconfig.c')
-rw-r--r--tools/hciconfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/hciconfig.c b/tools/hciconfig.c
index 3f687e05a..06c94593a 100644
--- a/tools/hciconfig.c
+++ b/tools/hciconfig.c
@@ -453,7 +453,7 @@ static void cmd_name(int ctl, int hdev, char *opt)
hci_close_dev(dd);
}
-/*
+/*
* see http://www.bluetooth.org/assigned-numbers/baseband.htm --- all
* strings are reproduced verbatim
*/
@@ -562,7 +562,7 @@ static char *get_minor_device_name(int major, int minor)
break;
case 5: /* peripheral */ {
static char cls_str[48];
-
+
cls_str[0] = '\0';
switch(minor & 48) {
@@ -1380,7 +1380,7 @@ static void cmd_page_to(int ctl, int hdev, char *opt)
exit(1);
}
print_dev_hdr(&di);
-
+
timeout = btohs(rp.timeout);
printf("\tPage timeout: %u slots (%.2f ms)\n",
timeout, (float)timeout * 0.625);