summaryrefslogtreecommitdiff
path: root/android/bluetoothd-wrapper.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-04-29 13:17:25 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-04-29 13:31:00 +0200
commit7a2d60467334cd299e89a42717efc94bbbad85f9 (patch)
tree70b43f1379b05019ea2ac0b8eeba9e9b1618a6e8 /android/bluetoothd-wrapper.c
parentfc8ac15d63be9e2404ab5835230b7c446c81f75f (diff)
downloadbluez-7a2d60467334cd299e89a42717efc94bbbad85f9.tar.gz
android: Make multi-line comments style consistent
Use common style for multi-line comments consistent with rest of codebase.
Diffstat (limited to 'android/bluetoothd-wrapper.c')
-rw-r--r--android/bluetoothd-wrapper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/bluetoothd-wrapper.c b/android/bluetoothd-wrapper.c
index cd53b98fe..90ed29222 100644
--- a/android/bluetoothd-wrapper.c
+++ b/android/bluetoothd-wrapper.c
@@ -87,7 +87,8 @@ int main(int argc, char *argv[])
(!strcasecmp(value, "true") || atoi(value) > 0))
run_valgrind(debug, mgmt_dbg);
- /* In case we failed to execute Valgrind, try to run bluetoothd
+ /*
+ * In case we failed to execute Valgrind, try to run bluetoothd
* without it
*/
run_bluetoothd(debug, mgmt_dbg);