From 10d0fe065b7070b114d5e85074fe7e02c8b94018 Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Tue, 9 Oct 2012 13:19:56 +0200 Subject: [PATCH] thermometer: Fix whitespace --- profiles/thermometer/thermometer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/thermometer/thermometer.c b/profiles/thermometer/thermometer.c index 1c074f867..09e529ee4 100644 --- a/profiles/thermometer/thermometer.c +++ b/profiles/thermometer/thermometer.c @@ -634,7 +634,7 @@ static DBusMessage *get_properties(DBusConnection *conn, DBusMessage *msg, return reply; } -static void write_interval_cb (guint8 status, const guint8 *pdu, guint16 len, +static void write_interval_cb(guint8 status, const guint8 *pdu, guint16 len, gpointer user_data) { struct tmp_interval_data *data = user_data; -- 2.47.3