[gupnp/gupnp-1.0] service: Style fixes
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp/gupnp-1.0] service: Style fixes
- Date: Thu, 1 Mar 2018 17:38:47 +0000 (UTC)
commit 5af9a957bea23c0dbc2f854159f0bd0d40965a34
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 2e693ce..40c6b5a 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 825a66b..8fc12d9 100644
--- a/libgupnp/gupnp-service.c
+++ b/libgupnp/gupnp-service.c
@@ -1001,7 +1001,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]