summaryrefslogtreecommitdiff
path: root/android/avdtp.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/avdtp.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/avdtp.c')
-rw-r--r--android/avdtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/avdtp.c b/android/avdtp.c
index 96c7d0d3d..2c49dcb15 100644
--- a/android/avdtp.c
+++ b/android/avdtp.c
@@ -3370,7 +3370,7 @@ const char *avdtp_strerror(struct avdtp_error *err)
if (err->category == AVDTP_ERRNO)
return strerror(err->err.posix_errno);
- switch(err->err.error_code) {
+ switch (err->err.error_code) {
case AVDTP_BAD_HEADER_FORMAT:
return "Bad Header Format";
case AVDTP_BAD_LENGTH: