From 80e647a8dbc97662b9d966c0f7a8e1aedea89eed Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 16 Jan 2007 20:07:35 +0000 Subject: *.c, *.h: Drop trailing whitespace. 2007-01-16 Behdad Esfahbod *.c, *.h: Drop trailing whitespace. svn path=/trunk/; revision=2163 --- pango/pango-renderer.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pango/pango-renderer.h') diff --git a/pango/pango-renderer.h b/pango/pango-renderer.h index 4a993969..211ae283 100644 --- a/pango/pango-renderer.h +++ b/pango/pango-renderer.h @@ -2,7 +2,7 @@ * pango-renderer.h: Base class for rendering * * Copyright (C) 2004, Red Hat, Inc. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either @@ -76,10 +76,10 @@ struct _PangoRenderer PangoUnderline underline; gboolean strikethrough; int active_count; - + /*< public >*/ PangoMatrix *matrix; /* May be NULL */ - + /*< private >*/ PangoRendererPrivate *priv; }; @@ -90,7 +90,7 @@ struct _PangoRenderer * @draw_rectangle: draws a rectangle * @draw_error_underline: draws a squiggly line that approximately * covers the given rectangle in the style of an underline used to - * indicate a spelling error. + * indicate a spelling error. * @draw_shape: draw content for a glyph shaped with #PangoAttrShape. * @x, @y are the coordinates of the left edge of the baseline, * in user coordinates. @@ -173,7 +173,7 @@ struct _PangoRendererClass PangoLayoutRun *run); /*< private >*/ - + /* Padding for future expansion */ void (*_pango_reserved1) (void); void (*_pango_reserved2) (void); -- cgit v1.2.1