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-break.h | |
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-break.h')
-rw-r--r-- | pango/pango-break.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/pango/pango-break.h b/pango/pango-break.h index ce9bd850..9711166d 100644 --- a/pango/pango-break.h +++ b/pango/pango-break.h @@ -78,19 +78,19 @@ void pango_break (const gchar *text, int length, PangoAnalysis *analysis, PangoLogAttr *attrs, - int attrs_len); + int attrs_len); void pango_find_paragraph_boundary (const gchar *text, - gint length, - gint *paragraph_delimiter_index, - gint *next_paragraph_start); + gint length, + gint *paragraph_delimiter_index, + gint *next_paragraph_start); void pango_get_log_attrs (const char *text, - int length, - int level, - PangoLanguage *language, - PangoLogAttr *log_attrs, - int attrs_len); + int length, + int level, + PangoLanguage *language, + PangoLogAttr *log_attrs, + int attrs_len); #ifdef PANGO_ENABLE_ENGINE @@ -100,10 +100,10 @@ void pango_get_log_attrs (const char *text, * from a language engine override. */ void pango_default_break (const gchar *text, - int length, - PangoAnalysis *analysis, - PangoLogAttr *attrs, - int attrs_len); + int length, + PangoAnalysis *analysis, + PangoLogAttr *attrs, + int attrs_len); #endif /* PANGO_ENABLE_ENGINE */ |