Diff between ecb2950a76f646f3970d87ef49dcf6d8f77ac5f3 and 40b0c04d624d18a8b8572e9a55b91abbcc724f2d

Changed Files

File Additions Deletions Status
android/main.c +0 -10 modified

Full Patch

diff --git a/android/main.c b/android/main.c
index 9ee9960..014b763 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",