[farsight2/master] Remove trailing whitespace

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:24:12 PST 2008


---
 gst-libs/gst/farsight/fs-interfaces.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gst-libs/gst/farsight/fs-interfaces.c b/gst-libs/gst/farsight/fs-interfaces.c
index 4b0b1ec..626a25b 100644
--- a/gst-libs/gst/farsight/fs-interfaces.c
+++ b/gst-libs/gst/farsight/fs-interfaces.c
@@ -462,7 +462,7 @@ GList * fs_interfaces_get_local_ips (gboolean include_loopback)
 		    continue;
         }
 
-        ipstr = g_strdup_printf ("%d.%d.%d.%d", 
+        ipstr = g_strdup_printf ("%d.%d.%d.%d",
             (ipaddr->dwAddr      ) & 0xFF,
             (ipaddr->dwAddr >>  8) & 0xFF,
             (ipaddr->dwAddr >> 16) & 0xFF,
@@ -503,10 +503,10 @@ win32_get_ip_for_interface (IF_INDEX idx)
     for (i = 0; i < ip_table->dwNumEntries; i++)
     {
       PMIB_IPADDRROW ipaddr = &ip_table->table[i];
-      if (ipaddr->dwIndex == idx && 
+      if (ipaddr->dwIndex == idx &&
           !(ipaddr->wType & (MIB_IPADDR_DISCONNECTED | MIB_IPADDR_DELETED)))
       {
-        ret = g_strdup_printf ("%d.%d.%d.%d", 
+        ret = g_strdup_printf ("%d.%d.%d.%d",
             (ipaddr->dwAddr      ) & 0xFF,
             (ipaddr->dwAddr >>  8) & 0xFF,
             (ipaddr->dwAddr >> 16) & 0xFF,
-- 
1.5.6.5




More information about the farsight-commits mailing list