diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-01-16 20:07:35 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-16 20:07:35 +0000 |
commit | 80e647a8dbc97662b9d966c0f7a8e1aedea89eed (patch) | |
tree | d3a322c28112b7623765847aa32e8e319c576b45 /pango-view/viewer-pangox.c | |
parent | e6b83e4264b4ad2ab73a3239d902b4064c75634d (diff) | |
download | pango-80e647a8dbc97662b9d966c0f7a8e1aedea89eed.tar.gz |
*.c, *.h: Drop trailing whitespace.
2007-01-16 Behdad Esfahbod <behdad@gnome.org>
*.c, *.h: Drop trailing whitespace.
svn path=/trunk/; revision=2163
Diffstat (limited to 'pango-view/viewer-pangox.c')
-rw-r--r-- | pango-view/viewer-pangox.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pango-view/viewer-pangox.c b/pango-view/viewer-pangox.c index 75126473..084747b3 100644 --- a/pango-view/viewer-pangox.c +++ b/pango-view/viewer-pangox.c @@ -25,7 +25,7 @@ #include <pango/pangox.h> -static void +static void pangox_view_destroy (gpointer instance) { XViewer *x = (XViewer *)instance; @@ -52,7 +52,7 @@ pangox_view_get_context (gpointer instance) return context; } -typedef struct +typedef struct { XViewer *x; Drawable drawable; @@ -75,7 +75,7 @@ render_callback (PangoLayout *layout, x, y); } -static void +static void pangox_view_render (gpointer instance, gpointer surface, PangoContext *context, |