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/test/evolution-test-component.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell/test') diff --git a/shell/test/evolution-test-component.c b/shell/test/evolution-test-component.c index 1e1cc92483..b53608d4af 100644 --- a/shell/test/evolution-test-component.c +++ b/shell/test/evolution-test-component.c @@ -120,9 +120,9 @@ impl_requestCreateItem (PortableServer_Servant servant, { EvolutionTestComponent *evolution_test_component = EVOLUTION_TEST_COMPONENT (bonobo_object_from_servant (servant)); EvolutionTestComponentPrivate *priv; - + priv = evolution_test_component->priv; - + if (strcmp (item_type_name, CREATE_TEST_ID) == 0) { g_message ("Creating test item"); } else { @@ -171,7 +171,7 @@ factory (BonoboGenericFactory *factory, bonobo_object_ref (object); return object; } - + g_warning (FACTORY_ID ": Don't know what to do with %s", component_id); return NULL; -- cgit