Diff between 7ad67aedc3eeec03821803deec529344599954ec and 3effdfbd161dc21db86a21efc76be878850c87ce

Changed Files

File Additions Deletions Status
android/bluetooth.c +2 -1 modified

Full Patch

diff --git a/android/bluetooth.c b/android/bluetooth.c
index 17c8e7a..5494dcb 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -372,7 +372,8 @@ static void send_bond_state_change(const bdaddr_t *addr, uint8_t status,
 }
 
 static void set_device_bond_state(const bdaddr_t *addr, uint8_t status,
-								int state) {
+								int state)
+{
 
 	struct device *dev;