diff options
author | Nick Schermer <nick@xfce.org> | 2010-02-26 14:08:16 +0100 |
---|---|---|
committer | Nick Schermer <nick@xfce.org> | 2010-02-26 14:11:38 +0100 |
commit | 20e0c94ac98521624aa24441a73af3d2df73436d (patch) | |
tree | f2c1f5057ee5cb50c8085133e06b7902ab96d21a /common | |
parent | 4e0312f728c66741197c795b1a1f7aebb15f0886 (diff) |
Tabs to spaces.
Diffstat (limited to 'common')
-rw-r--r-- | 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 5c51798a..8d7c7ece 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__ */ |