Diff between 36c0227f52eb4a47c80388ed2c0bbd7465e6a555 and 1a384796a507b4ea916076c6db58072a06719920

Changed Files

File Additions Deletions Status
android/client/if-hl.c +5 -5 modified
android/client/if-rc.c +4 -4 modified

Full Patch

diff --git a/android/client/if-hl.c b/android/client/if-hl.c
index c6374f1..d27afcc 100644
--- a/android/client/if-hl.c
+++ b/android/client/if-hl.c
@@ -15,12 +15,12 @@
  *
  */
 
-#include<stdio.h>
-#include<ctype.h>
-#include<unistd.h>
+#include <stdio.h>
+#include <ctype.h>
+#include <unistd.h>
 
-#include<hardware/bluetooth.h>
-#include<hardware/bt_hl.h>
+#include <hardware/bluetooth.h>
+#include <hardware/bt_hl.h>
 
 #include "if-main.h"
 #include "pollhandler.h"
diff --git a/android/client/if-rc.c b/android/client/if-rc.c
index cdf6311..afd90a3 100644
--- a/android/client/if-rc.c
+++ b/android/client/if-rc.c
@@ -15,11 +15,11 @@
  *
  */
 
-#include<stdio.h>
-#include<ctype.h>
+#include <stdio.h>
+#include <ctype.h>
 
-#include<hardware/bluetooth.h>
-#include<hardware/bt_hh.h>
+#include <hardware/bluetooth.h>
+#include <hardware/bt_hh.h>
 
 #include "if-main.h"
 #include "pollhandler.h"