Hi David, > --- > src/gatt-database.c | 26 ++++++++++---------------- > 1 file changed, 10 insertions(+), 16 deletions(-) > > diff --git a/src/gatt-database.c b/src/gatt-database.c > index 99c8ea231..287074f0a 100644 > --- a/src/gatt-database.c > +++ b/src/gatt-database.c > @@ -1932,7 +1932,9 @@ static void append_options(DBusMessageIter *iter, void *user_data) > { > struct pending_op *op = user_data; > const char *path = device_get_path(op->device); > + struct bt_gatt_server *server; > const char *link; > + uint16_t mtu; there are clearly whitespace / tab damages in this patch. They need to be fixed. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html