summaryrefslogtreecommitdiff
path: root/android/pan.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-03-20 14:27:07 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-03-20 15:36:52 +0100
commit45eb43e85efdbba6932905686d9b91397aaf37d2 (patch)
tree34a3a01ee72eda66dfc9e91bba81f6a1d450a4fe /android/pan.c
parent3bf9192cf2c9b690951c64d9dd1d878f14d03ff1 (diff)
downloadbluez-45eb43e85efdbba6932905686d9b91397aaf37d2.tar.gz
android: Fix some random code style issues
Fix whitespace problems and not needed empty lines.
Diffstat (limited to 'android/pan.c')
-rw-r--r--android/pan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/pan.c b/android/pan.c
index ce1f677ff..3bcab57dc 100644
--- a/android/pan.c
+++ b/android/pan.c
@@ -89,7 +89,7 @@ static struct {
static int set_forward_delay(int sk)
{
- unsigned long args[4] = { BRCTL_SET_BRIDGE_FORWARD_DELAY, 0 ,0, 0 };
+ unsigned long args[4] = { BRCTL_SET_BRIDGE_FORWARD_DELAY, 0 , 0, 0 };
struct ifreq ifr;
memset(&ifr, 0, sizeof(ifr));