From 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 14 Nov 2007 22:04:21 +0000 Subject: ** Remove trailing whitespace from source code. 2007-11-14 Matthew Barnes ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537 --- shell/importer/evolution-intelligent-importer.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'shell/importer/evolution-intelligent-importer.c') diff --git a/shell/importer/evolution-intelligent-importer.c b/shell/importer/evolution-intelligent-importer.c index 8070f7be18..ff786efd3d 100644 --- a/shell/importer/evolution-intelligent-importer.c +++ b/shell/importer/evolution-intelligent-importer.c @@ -54,10 +54,10 @@ impl_GNOME_Evolution_IntelligentImporter__get_importername (PortableServer_Serva CORBA_Environment *ev) { EvolutionIntelligentImporter *ii; - + ii = evolution_intelligent_importer_from_servant (servant); - return CORBA_string_dup (ii->priv->importername ? + return CORBA_string_dup (ii->priv->importername ? ii->priv->importername : ""); } @@ -82,8 +82,8 @@ impl_GNOME_Evolution_IntelligentImporter_canImport (PortableServer_Servant serva ii = evolution_intelligent_importer_from_servant (servant); priv = ii->priv; - - if (priv->can_import_fn != NULL) + + if (priv->can_import_fn != NULL) return (priv->can_import_fn) (ii, priv->closure); else return FALSE; @@ -108,9 +108,9 @@ static void finalise (GObject *object) { EvolutionIntelligentImporter *ii; - + ii = EVOLUTION_INTELLIGENT_IMPORTER (object); - + if (ii->priv == NULL) return; @@ -129,7 +129,7 @@ evolution_intelligent_importer_class_init (EvolutionIntelligentImporterClass *kl object_class = G_OBJECT_CLASS (klass); object_class->finalize = finalise; - + parent_class = g_type_class_ref(PARENT_TYPE); epv->_get_importername = impl_GNOME_Evolution_IntelligentImporter__get_importername; epv->_get_message = impl_GNOME_Evolution_IntelligentImporter__get_message; @@ -165,7 +165,7 @@ evolution_intelligent_importer_construct (EvolutionIntelligentImporter *ii, * evolution_intelligent_importer_new: * can_import_fn: The function that will be called to see if this importer can do * anything. - * import_data_fn: The function that will be called when the importer should + * import_data_fn: The function that will be called when the importer should * import the data. * importername: The name of this importer. * message: The message that will be displayed when the importer can import. -- cgit v1.2.3