diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-14 10:51:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-14 10:51:11 +0800 |
commit | 6b12be62e100934ccae65f197c8c7eef2c8ae3a4 (patch) | |
tree | 1323080c8665ed0d3024545345cba825708de76d /composer/e-composer-header-table.h | |
parent | 6ee3d89d0b3707cc6f48b1e0c9099623fd034c92 (diff) | |
download | gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.gz gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.bz2 gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.lz gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.xz gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.tar.zst gsoc2013-evolution-6b12be62e100934ccae65f197c8c7eef2c8ae3a4.zip |
Fix coding style.
Diffstat (limited to 'composer/e-composer-header-table.h')
-rw-r--r-- | composer/e-composer-header-table.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/composer/e-composer-header-table.h b/composer/e-composer-header-table.h index 3e3c95bff7..146868a864 100644 --- a/composer/e-composer-header-table.h +++ b/composer/e-composer-header-table.h @@ -149,9 +149,10 @@ const gchar * e_composer_header_table_get_subject void e_composer_header_table_set_subject (EComposerHeaderTable *table, const gchar *subject); -void e_composer_header_table_set_header_visible (EComposerHeaderTable *table, - EComposerHeaderType type, - gboolean visible); +void e_composer_header_table_set_header_visible + (EComposerHeaderTable *table, + EComposerHeaderType type, + gboolean visible); G_END_DECLS #endif /* E_COMPOSER_HEADER_TABLE_H */ |