diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-01-16 05:32:38 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2010-01-22 06:09:43 +0800 |
commit | e0072d45988b1154a19ea46a6f93c5ccc66cb9c1 (patch) | |
tree | d0e1c4408cda4d3283995c5ef2aba691b1340891 /tests/testephyzoomcontrol.c | |
parent | 6a824bca489ff1c7f4764224a42d33f3ea2b4455 (diff) | |
download | gsoc2013-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/testephyzoomcontrol.c')
-rw-r--r-- | tests/testephyzoomcontrol.c | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/tests/testephyzoomcontrol.c b/tests/testephyzoomcontrol.c index c74e151d3..02c628d0f 100644 --- a/tests/testephyzoomcontrol.c +++ b/tests/testephyzoomcontrol.c @@ -67,15 +67,12 @@ main (int argc, char *argv[]) { gtk_test_init (&argc, &argv); - g_test_add_func ( - "/lib/widgets/ephy-zoom-control/new", - test_new); - g_test_add_func ( - "/lib/widgets/ephy-zoom-control/set_zoom_level", - test_set_zoom_level); - g_test_add_func ( - "/lib/widgets/ephy-zoom-control/get_zoom_level", - test_get_zoom_level); + g_test_add_func ("/lib/widgets/ephy-zoom-control/new", + test_new); + g_test_add_func ("/lib/widgets/ephy-zoom-control/set_zoom_level", + test_set_zoom_level); + g_test_add_func ("/lib/widgets/ephy-zoom-control/get_zoom_level", + test_get_zoom_level); return g_test_run (); } |