From 364309b9dbc0b8cf134daeb7b1320de9502b4af4 Mon Sep 17 00:00:00 2001 From: Jeevaka Badrappan Date: Fri, 26 Nov 2010 13:21:06 -0800 Subject: call-volume: Minor coding style fix --- src/call-volume.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/call-volume.c b/src/call-volume.c index 64114674..6f692f32 100644 --- a/src/call-volume.c +++ b/src/call-volume.c @@ -114,8 +114,7 @@ static DBusMessage *cv_get_properties(DBusConnection *conn, dbus_bool_t muted; reply = dbus_message_new_method_return(msg); - - if (!reply) + if (reply == NULL) return NULL; dbus_message_iter_init_append(reply, &iter); -- cgit v1.2.3