OSDN Git Service

Fix missing whitespace in telephony-maemo6
authorJohan Hedberg <johan.hedberg@nokia.com>
Tue, 13 Jul 2010 20:31:06 +0000 (17:31 -0300)
committerJohan Hedberg <johan.hedberg@nokia.com>
Tue, 13 Jul 2010 20:31:06 +0000 (17:31 -0300)
audio/telephony-maemo6.c

index 1bc31df..046620c 100644 (file)
@@ -1841,9 +1841,9 @@ static DBusMessage *clear_lastnumber(DBusConnection *conn, DBusMessage *msg,
 }
 
 static GDBusMethodTable telephony_maemo_methods[] = {
-       {"SetCallerId",         "s",    "",     set_callerid,
-                                               G_DBUS_METHOD_FLAG_ASYNC},
-       {"ClearLastNumber",     "",     "",     clear_lastnumber},
+       { "SetCallerId",        "s",    "",     set_callerid,
+                                               G_DBUS_METHOD_FLAG_ASYNC },
+       { "ClearLastNumber",    "",     "",     clear_lastnumber },
        { }
 };