[Xfce4-commits] <xfce4-xkb-plugin:master> Clean whitespace.
Jérôme Guelfucci
noreply at xfce.org
Thu Apr 28 21:26:02 CEST 2011
Updating branch refs/heads/master
to efa5311a065d24c2ea584b4e0c4658d6dbb687a6 (commit)
from 8be7c2f07df78f7a496cd89602f0bf14756f27f6 (commit)
commit efa5311a065d24c2ea584b4e0c4658d6dbb687a6
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Thu Apr 28 19:24:23 2011 +0200
Clean whitespace.
panel-plugin/xkb-cairo.c | 14 +++++++-------
panel-plugin/xkb-util.c | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/panel-plugin/xkb-cairo.c b/panel-plugin/xkb-cairo.c
index 8f5633f..d080963 100644
--- a/panel-plugin/xkb-cairo.c
+++ b/panel-plugin/xkb-cairo.c
@@ -4,7 +4,7 @@
*
* Parts of this program comes from the XfKC tool:
* Copyright (C) 2006 Gauvain Pocentek <gauvainpocentek at gmail.com>
- *
+ *
* A part of this file comes from the gnome keyboard capplet (control-center):
* Copyright (C) 2003 Sergey V. Oudaltsov <svu at users.sourceforge.net>
*
@@ -37,7 +37,7 @@
#define xkb_cairo_arc_for_label(cr, x, y, r, a1, a2) xx = x; \
yy = y; \
cairo_device_to_user (cr, &xx, &yy); \
- cairo_arc (cr, xx, yy, r, a1, a2);
+ cairo_arc (cr, xx, yy, r, a1, a2);
#define xkb_cairo_move_to(cr, x, y) xx = x; \
yy = y; \
@@ -87,12 +87,12 @@ xkb_cairo_draw_flag (cairo_t *cr,
handle = rsvg_handle_new_from_file (filename, NULL);
if (!handle)
{
- xkb_cairo_draw_label (cr, group_name,
+ xkb_cairo_draw_label (cr, group_name,
panel_size,
actual_width, actual_height,
width, height,
variant_markers_count,
- fgcolor);
+ fgcolor);
return;
}
@@ -183,9 +183,9 @@ xkb_cairo_draw_label (cairo_t *cr,
cairo_set_line_cap (cr, CAIRO_LINE_CAP_ROUND);
cairo_set_line_width (cr, 1);
radius = (panel_size < 32) ? 1.5 : 2.5;
- xkb_cairo_arc_for_label (cr,
- layoutx + pango_width + 3 + (7 * i),
- layouty + pango_height - (pango_height / 5),
+ xkb_cairo_arc_for_label (cr,
+ layoutx + pango_width + 3 + (7 * i),
+ layouty + pango_height - (pango_height / 5),
radius, 0, 2 * G_PI
);
cairo_fill (cr);
diff --git a/panel-plugin/xkb-util.c b/panel-plugin/xkb-util.c
index 942503a..667706b 100644
--- a/panel-plugin/xkb-util.c
+++ b/panel-plugin/xkb-util.c
@@ -4,7 +4,7 @@
*
* Parts of this program comes from the XfKC tool:
* Copyright (C) 2006 Gauvain Pocentek <gauvainpocentek at gmail.com>
- *
+ *
* A part of this file comes from the gnome keyboard capplet (control-center):
* Copyright (C) 2003 Sergey V. Oudaltsov <svu at users.sourceforge.net>
*
More information about the Xfce4-commits
mailing list