aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testephysearchentry.c
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-01-16 05:32:38 +0800
committerDiego Escalante Urrelo <diegoe@gnome.org>2010-01-22 06:09:43 +0800
commite0072d45988b1154a19ea46a6f93c5ccc66cb9c1 (patch)
treed0e1c4408cda4d3283995c5ef2aba691b1340891 /tests/testephysearchentry.c
parent6a824bca489ff1c7f4764224a42d33f3ea2b4455 (diff)
downloadgsoc2013-epiphany-e0072d45988b1154a19ea46a6f93c5ccc66cb9c1.tar
gsoc2013-epiphany-e0072d45988b1154a19ea46a6f93c5ccc66cb9c1.tar.gz
gsoc2013-epiphany-e0072d45988b1154a19ea46a6f93c5ccc66cb9c1.tar.bz2
gsoc2013-epiphany-e0072d45988b1154a19ea46a6f93c5ccc66cb9c1.tar.lz
gsoc2013-epiphany-e0072d45988b1154a19ea46a6f93c5ccc66cb9c1.tar.xz
gsoc2013-epiphany-e0072d45988b1154a19ea46a6f93c5ccc66cb9c1.tar.zst
gsoc2013-epiphany-e0072d45988b1154a19ea46a6f93c5ccc66cb9c1.zip
tests: apply style fixes suggested by Xan
Diffstat (limited to 'tests/testephysearchentry.c')
-rw-r--r--tests/testephysearchentry.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/testephysearchentry.c b/tests/testephysearchentry.c
index 1f6575c5d..2ed4e72ca 100644
--- a/tests/testephysearchentry.c
+++ b/tests/testephysearchentry.c
@@ -65,12 +65,10 @@ main (int argc, char *argv[])
{
gtk_test_init (&argc, &argv);
- g_test_add_func (
- "/lib/widgets/ephy-search-entry/new",
- test_entry_new);
- g_test_add_func (
- "/lib/widgets/ephy-search-entry/clear",
- test_entry_clear);
+ g_test_add_func ("/lib/widgets/ephy-search-entry/new",
+ test_entry_new);
+ g_test_add_func ("/lib/widgets/ephy-search-entry/clear",
+ test_entry_clear);
return g_test_run ();
}