summaryrefslogtreecommitdiff
path: root/android/main.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2014-09-25 13:36:17 +0200
committerSzymon Janc <szymon.janc@tieto.com>2014-10-02 15:48:52 +0200
commit40b0c04d624d18a8b8572e9a55b91abbcc724f2d (patch)
tree81f566532594fe9ad6a85f8417609f76df550a1c /android/main.c
parentecb2950a76f646f3970d87ef49dcf6d8f77ac5f3 (diff)
downloadbluez-40b0c04d624d18a8b8572e9a55b91abbcc724f2d.tar.gz
android: Remove few not needed blank lines
Diffstat (limited to 'android/main.c')
-rw-r--r--android/main.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/android/main.c b/android/main.c
index 9ee9960a1..014b763fd 100644
--- a/android/main.c
+++ b/android/main.c
@@ -397,38 +397,28 @@ static void configuration(const void *buf, uint16_t len)
case HAL_CONFIG_VENDOR:
config_vendor = get_prop(config_vendor, prop->len,
prop->val);
-
DBG("vendor %s", config_vendor);
-
break;
case HAL_CONFIG_NAME:
config_name = get_prop(config_name, prop->len,
prop->val);
-
DBG("name %s", config_name);
-
break;
case HAL_CONFIG_MODEL:
config_model = get_prop(config_model, prop->len,
prop->val);
-
DBG("model %s", config_model);
-
break;
case HAL_CONFIG_SERIAL_NUMBER:
config_serial = get_prop(config_serial, prop->len,
prop->val);
-
DBG("serial %s", config_serial);
-
break;
case HAL_CONFIG_SYSTEM_ID:
parse_system_id(prop->len, prop->val);
-
break;
case HAL_CONFIG_PNP_ID:
parse_pnp_id(prop->len, prop->val);
-
break;
default:
error("Invalid configuration option (%u), terminating",