[gupnp] context-manager: Fix style



commit a6016d5046d8f26b299ec613a54e0dd348811ade
Author: Jens Georg <mail jensge org>
Date:   Fri Nov 2 19:17:58 2018 +0100

    context-manager: Fix style

 libgupnp/gupnp-context-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgupnp/gupnp-context-manager.c b/libgupnp/gupnp-context-manager.c
index 1a2ad8b..b06c16b 100644
--- a/libgupnp/gupnp-context-manager.c
+++ b/libgupnp/gupnp-context-manager.c
@@ -526,7 +526,7 @@ gupnp_context_manager_create (guint port)
                 else
                     impl_type = GUPNP_TYPE_UNIX_CONTEXT_MANAGER;
 #else
-               impl_type = GUPNP_TYPE_LINUX_CONTEXT_MANAGER;
+                impl_type = GUPNP_TYPE_LINUX_CONTEXT_MANAGER;
 
 #endif
 #elif defined (HAVE_IFADDRS_H)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]