diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-01-16 20:20:35 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-16 20:20:35 +0000 |
commit | a0225fbf560de93c7b41acf9dbf01c9d99173af9 (patch) | |
tree | bb8f58010c8801a27545728393253b6c4722c6c4 /pango/pango-item.c | |
parent | 0ee36da9691c2311d2134fd61f222ea3bed5827e (diff) | |
download | pango-a0225fbf560de93c7b41acf9dbf01c9d99173af9.tar.gz |
*.c, *.h: Replace preceding sequences of 8 spaces with tabs.
2007-01-16 Behdad Esfahbod <behdad@gnome.org>
*.c, *.h: Replace preceding sequences of 8 spaces with tabs.
svn path=/trunk/; revision=2165
Diffstat (limited to 'pango/pango-item.c')
-rw-r--r-- | pango/pango-item.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-item.c b/pango/pango-item.c index 4abe6337..177d60d0 100644 --- a/pango/pango-item.c +++ b/pango/pango-item.c @@ -104,8 +104,8 @@ pango_item_get_type (void) if (our_type == 0) our_type = g_boxed_type_register_static (I_("PangoItem"), - (GBoxedCopyFunc) pango_item_copy, - (GBoxedFreeFunc) pango_item_free); + (GBoxedCopyFunc) pango_item_copy, + (GBoxedFreeFunc) pango_item_free); return our_type; } @@ -131,8 +131,8 @@ pango_item_get_type (void) **/ PangoItem* pango_item_split (PangoItem *orig, - int split_index, - int split_offset) + int split_index, + int split_offset) { PangoItem *new_item; |