[Xfce4-commits] <xfce4-panel:devel> Tabs to spaces.

Nick Schermer nick at xfce.org
Tue Aug 11 20:32:23 CEST 2009


Updating branch refs/heads/devel
         to 628471e74812a5b6c290977643eb81e54472b37e (commit)
       from 1de0192741a8816a3def14d50d6768c2bcd2512d (commit)

commit 628471e74812a5b6c290977643eb81e54472b37e
Author: Nick Schermer <nick at xfce.org>
Date:   Fri May 22 21:21:10 2009 +0200

    Tabs to spaces.

 common/panel-private.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/panel-private.h b/common/panel-private.h
index 5c51798..8d7c7ec 100644
--- a/common/panel-private.h
+++ b/common/panel-private.h
@@ -44,7 +44,7 @@
 
 /* make this easier to read */
 #define PANEL_GDKCOLOR_TO_DOUBLE(gdk_color) gdk_color->red / 65535.00, \
-					    gdk_color->green / 65535.00, \
-					    gdk_color->blue / 65535.00
+                                            gdk_color->green / 65535.00, \
+                                            gdk_color->blue / 65535.00
 
 #endif /* !__PANEL_PRIVATE_H__ */



More information about the Xfce4-commits mailing list