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/evolution-shell-component-utils.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell/evolution-shell-component-utils.c') diff --git a/shell/evolution-shell-component-utils.c b/shell/evolution-shell-component-utils.c index cbdbac0c10..bd63228deb 100644 --- a/shell/evolution-shell-component-utils.c +++ b/shell/evolution-shell-component-utils.c @@ -89,9 +89,9 @@ free_pixmaps (void) /** * e_get_activation_failure_msg: * @ev: An exception returned by an oaf_activate call. - * + * * Get a descriptive error message from @ev. - * + * * Return value: A newly allocated string with the printable error message. **/ char * @@ -103,7 +103,7 @@ e_get_activation_failure_msg (CORBA_Environment *ev) return NULL; if (strcmp (CORBA_exception_id (ev), ex_Bonobo_GeneralError) != 0) { - return bonobo_exception_get_text (ev); + return bonobo_exception_get_text (ev); } else { const Bonobo_GeneralError *oaf_general_error; -- cgit v1.2.3