All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] dbus: Minor whitespace clean-up
@ 2019-12-18 15:14 Brian Gix
  2019-12-18 16:26 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Gix @ 2019-12-18 15:14 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

---
 ell/dbus-client.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ell/dbus-client.c b/ell/dbus-client.c
index 2d8120e..f735f33 100644
--- a/ell/dbus-client.c
+++ b/ell/dbus-client.c
@@ -651,8 +651,8 @@ LIB_EXPORT void l_dbus_client_destroy(struct l_dbus_client *client)
 		client->proxy_cb_data_destroy(client->proxy_cb_data);
 
 	if (client->objects_call)
-		l_dbus_cancel(client->dbus, client->objects_call)
-;
+		l_dbus_cancel(client->dbus, client->objects_call);
+
 	l_queue_destroy(client->proxies,
 				(l_queue_destroy_func_t)dbus_proxy_destroy);
 
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v3] dbus: Minor whitespace clean-up
  2019-12-18 15:14 [PATCH v3] dbus: Minor whitespace clean-up Brian Gix
@ 2019-12-18 16:26 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2019-12-18 16:26 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

Hi Brian,

On 12/18/19 9:14 AM, Brian Gix wrote:
> ---
>   ell/dbus-client.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 

Applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-18 16:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-18 15:14 [PATCH v3] dbus: Minor whitespace clean-up Brian Gix
2019-12-18 16:26 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.