diff --git a/tools/hciattach_ath3k.c b/tools/hciattach_ath3k.c
index 803cf46..23208c6 100644
--- a/tools/hciattach_ath3k.c
+++ b/tools/hciattach_ath3k.c
}
/* send vendor specific command with Sleep feature Enabled */
- if (hci_send_cmd(dd, OGF_VENDOR_CMD, HCI_SLEEP_CMD_OCF, 1, &pm) < 0)
+ if (hci_send_cmd(dd, OGF_VENDOR_CMD, HCI_SLEEP_CMD_OCF, 1, &pm) < 0)
perror("PM command failed, power management Disabled");
nanosleep(&tm, NULL);
diff --git a/tools/sdptool.c b/tools/sdptool.c
index db9ac0d..4e9da64 100644
--- a/tools/sdptool.c
+++ b/tools/sdptool.c
ret = sdp_device_record_register(session, &interface, &record,
SDP_RECORD_PERSIST);
- if (ret < 0)
+ if (ret < 0)
printf("Service Record registration failed\n");
else
printf("Generic Attribute Profile Service registered\n");