summaryrefslogtreecommitdiff
path: root/android/main.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/main.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/main.c')
-rw-r--r--android/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/main.c b/android/main.c
index 35ff7182a..828f81db1 100644
--- a/android/main.c
+++ b/android/main.c
@@ -435,7 +435,7 @@ static bool set_capabilities(void)
/* don't clear capabilities when dropping root */
if (prctl(PR_SET_KEEPCAPS, 1) < 0) {
- error("%s: prctl(): %s", __func__,strerror(errno));
+ error("%s: prctl(): %s", __func__, strerror(errno));
return false;
}