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-engine.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-engine.h')
-rw-r--r-- | pango/pango-engine.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-engine.h b/pango/pango-engine.h index 057a9652..c620db94 100644 --- a/pango/pango-engine.h +++ b/pango/pango-engine.h @@ -120,7 +120,7 @@ struct _PangoEngineLangClass int len, PangoAnalysis *analysis, PangoLogAttr *attrs, - int attrs_len); + int attrs_len); }; GType pango_engine_lang_get_type (void) G_GNUC_CONST; @@ -289,7 +289,7 @@ prefix ## _register_type (GTypeModule *module) \ }; \ \ prefix ## _type = g_type_module_register_type (module, parent_type, \ - # name, \ + # name, \ &object_info, 0); \ } @@ -321,7 +321,7 @@ prefix ## _register_type (GTypeModule *module) \ #define PANGO_ENGINE_LANG_DEFINE_TYPE(name, prefix, class_init, instance_init) \ PANGO_ENGINE_DEFINE_TYPE (name, prefix, \ class_init, instance_init, \ - PANGO_TYPE_ENGINE_LANG) + PANGO_TYPE_ENGINE_LANG) /** * PANGO_ENGINE_SHAPE_DEFINE_TYPE: @@ -351,7 +351,7 @@ prefix ## _register_type (GTypeModule *module) \ #define PANGO_ENGINE_SHAPE_DEFINE_TYPE(name, prefix, class_init, instance_init) \ PANGO_ENGINE_DEFINE_TYPE (name, prefix, \ class_init, instance_init, \ - PANGO_TYPE_ENGINE_SHAPE) + PANGO_TYPE_ENGINE_SHAPE) /* Macro used for possibly builtin Pango modules. Not useful * for externally build modules. If we are compiling a module standaline, |