aboutsummaryrefslogtreecommitdiffstats
path: root/shell/test/evolution-test-component.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/test/evolution-test-component.c')
-rw-r--r--shell/test/evolution-test-component.c6
1 files changed, 3 insertions, 3 deletions
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;