[gupnp] service: Style fixes
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp] service: Style fixes
- Date: Thu, 1 Mar 2018 17:37:20 +0000 (UTC)
commit 1a4480684695c4cc82a6b441f3c069c293be97bb
Author: Jens Georg <mail jensge org>
Date: Thu Mar 1 18:36:15 2018 +0100
service: Style fixes
libgupnp/gupnp-service-proxy.c | 5 ++++-
libgupnp/gupnp-service.c | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libgupnp/gupnp-service-proxy.c b/libgupnp/gupnp-service-proxy.c
index 5c3c318..65c6b85 100644
--- a/libgupnp/gupnp-service-proxy.c
+++ b/libgupnp/gupnp-service-proxy.c
@@ -163,7 +163,10 @@ gupnp_service_proxy_action_unref (GUPnPServiceProxyAction *action)
}
}
-G_DEFINE_BOXED_TYPE (GUPnPServiceProxyAction, gupnp_service_proxy_action, gupnp_service_proxy_action_ref,
gupnp_service_proxy_action_unref)
+G_DEFINE_BOXED_TYPE (GUPnPServiceProxyAction,
+ gupnp_service_proxy_action,
+ gupnp_service_proxy_action_ref,
+ gupnp_service_proxy_action_unref)
static void
callback_data_free (CallbackData *data)
diff --git a/libgupnp/gupnp-service.c b/libgupnp/gupnp-service.c
index 7ac81b0..f81537d 100644
--- a/libgupnp/gupnp-service.c
+++ b/libgupnp/gupnp-service.c
@@ -1000,7 +1000,7 @@ control_server_handler (SoupServer *server,
action->doc = gupnp_xml_doc_new(doc);
action->node = action_node;
action->response_str = new_action_response_str (action_name,
- soap_action);
+ soap_action);
action->context = g_object_ref (context);
action->argument_count = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]