Diff between bc5b5fdf13f67fb2af564aba802ea498bb8c288b and f7719796212356264c3cf174900d15b9578ec025

Changed Files

File Additions Deletions Status
android/bluetoothd-wrapper.c +3 -3 modified

Full Patch

diff --git a/android/bluetoothd-wrapper.c b/android/bluetoothd-wrapper.c
index 5e15dd8..7f668da 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 &&