summaryrefslogtreecommitdiff
path: root/pango/pango-layout-private.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-01-16 20:07:35 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-01-16 20:07:35 +0000
commit80e647a8dbc97662b9d966c0f7a8e1aedea89eed (patch)
treed3a322c28112b7623765847aa32e8e319c576b45 /pango/pango-layout-private.h
parente6b83e4264b4ad2ab73a3239d902b4064c75634d (diff)
downloadpango-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/pango-layout-private.h')
-rw-r--r--pango/pango-layout-private.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-layout-private.h b/pango/pango-layout-private.h
index 6751ae60..4f01276c 100644
--- a/pango/pango-layout-private.h
+++ b/pango/pango-layout-private.h
@@ -33,11 +33,11 @@ struct _PangoLayout
/* If you add fields to PangoLayout, be sure to update both
* the _copy function
*/
-
+
PangoContext *context;
PangoAttrList *attrs;
PangoFontDescription *font_desc;
-
+
gchar *text;
int length; /* length of text in bytes */
int width; /* wrap width, in device units */
@@ -51,7 +51,7 @@ struct _PangoLayout
guint single_paragraph : 1;
guint auto_dir : 1;
-
+
guint wrap : 2; /* PangoWrapMode */
guint is_wrapped : 1; /* Whether the layout has any wrapped lines */
guint ellipsize : 2; /* PangoEllipsizeMode */
@@ -70,7 +70,7 @@ struct _PangoLayout
int tab_width; /* Cached width of a tab. -1 == not yet calculated */
PangoTabArray *tabs;
-
+
GSList *lines;
};