diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-11-15 06:04:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-11-15 06:04:21 +0800 |
commit | 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 (patch) | |
tree | 2e1e96f33404781354c422a7e9beaf458ebeb655 /shell/test | |
parent | 7e8f8bb9e5167b0219b48ab3e8062080d3740b0a (diff) | |
download | gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.gz gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.zst gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.zip |
** Remove trailing whitespace from source code.
2007-11-14 Matthew Barnes <mbarnes@redhat.com>
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
Diffstat (limited to 'shell/test')
-rw-r--r-- | shell/test/evolution-test-component.c | 6 |
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; |