[gssdp] client: Fix whitespace errors



commit 48355a9d46e67a465980cc45b8be22c28bb254cd
Author: Jens Georg <mail jensge org>
Date:   Sat Dec 1 20:54:35 2018 +0100

    client: Fix whitespace errors

 libgssdp/gssdp-client.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgssdp/gssdp-client.c b/libgssdp/gssdp-client.c
index 8a57483..87f6abd 100644
--- a/libgssdp/gssdp-client.c
+++ b/libgssdp/gssdp-client.c
@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2006, 2007, 2008 OpenedHand Ltd.
  * Copyright (C) 2009 Nokia Corporation.
  * Copyright (C) 2013 Intel Corporation.
@@ -1200,7 +1200,7 @@ make_server_id (void)
         struct utsname sysinfo;
 
         uname (&sysinfo);
-        
+
         return g_strdup_printf ("%s/%s GSSDP/%s",
                                 sysinfo.sysname,
                                 sysinfo.version,


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