Diff between fc9f03a9f7c686348e37de116bf8a30061d1fdc8 and 27ae2f4fb252cf57beaed99fc1abeea66ce6a6b2

Changed Files

File Additions Deletions Status
tools/gatt-service.c +1 -3 modified

Full Patch

diff --git a/tools/gatt-service.c b/tools/gatt-service.c
index 33e0d6a..9baa9e1 100644
--- a/tools/gatt-service.c
+++ b/tools/gatt-service.c
@@ -74,9 +74,7 @@ struct descriptor {
  * properties are defined at doc/gatt-api.txt. See "Flags"
  * property of the GattCharacteristic1.
  */
-static const char const *ias_alert_level_props[] = {
-						"write-without-response",
-						NULL };
+static const char *ias_alert_level_props[] = { "write-without-response", NULL };
 
 static gboolean desc_get_uuid(const GDBusPropertyTable *property,
 					DBusMessageIter *iter, void *user_data)