diff options
Diffstat (limited to 'a11y/e-text/gal-a11y-e-text-factory.c')
-rw-r--r-- | a11y/e-text/gal-a11y-e-text-factory.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/a11y/e-text/gal-a11y-e-text-factory.c b/a11y/e-text/gal-a11y-e-text-factory.c index 732bc57af4..e124e6eb72 100644 --- a/a11y/e-text/gal-a11y-e-text-factory.c +++ b/a11y/e-text/gal-a11y-e-text-factory.c @@ -1,6 +1,6 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* - * Authors: + * Authors: * Christopher James Lahey <clahey@ximian.com> * * Copyright (C) 2002 Ximian, Inc. @@ -54,11 +54,11 @@ gal_a11y_e_text_factory_init (GalA11yETextFactory *factory) /** * gal_a11y_e_text_factory_get_type: - * @void: - * + * @void: + * * Registers the &GalA11yETextFactory class if necessary, and returns the type ID * associated to it. - * + * * Return value: The type ID of the &GalA11yETextFactory class. **/ GType |