summaryrefslogtreecommitdiff
path: root/android/bluetoothd-wrapper.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-09-22 16:30:13 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-09-22 16:31:09 +0200
commitf7719796212356264c3cf174900d15b9578ec025 (patch)
tree40e91d72773a588a2324a1cc89141ee9337615e3 /android/bluetoothd-wrapper.c
parentbc5b5fdf13f67fb2af564aba802ea498bb8c288b (diff)
downloadbluez-f7719796212356264c3cf174900d15b9578ec025.tar.gz
android/bluetoothd-wrapper: Fix indentation
Diffstat (limited to 'android/bluetoothd-wrapper.c')
-rw-r--r--android/bluetoothd-wrapper.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/android/bluetoothd-wrapper.c b/android/bluetoothd-wrapper.c
index 5e15dd80c..7f668daca 100644
--- a/android/bluetoothd-wrapper.c
+++ b/android/bluetoothd-wrapper.c
@@ -72,12 +72,12 @@ int main(int argc, char *argv[])
if (get_config("debug", value, NULL) > 0 &&
(!strcasecmp(value, "true") || atoi(value) > 0))
- debug = 1;
+ debug = 1;
if (get_config("mgmtdbg", value, NULL) > 0 &&
(!strcasecmp(value, "true") || atoi(value) > 0)) {
- debug = 1;
- mgmt_dbg = 1;
+ debug = 1;
+ mgmt_dbg = 1;
}
if (get_config("valgrind", value, NULL) > 0 &&