summaryrefslogtreecommitdiff
path: root/tests/test-application.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-application.c')
-rw-r--r--tests/test-application.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/test-application.c b/tests/test-application.c
index 74265ae..fe9527d 100644
--- a/tests/test-application.c
+++ b/tests/test-application.c
@@ -49,8 +49,8 @@ test_init (gchar *path)
gchar *td;
if (path == NULL) {
- g_print("No test data file provided\n");
- exit(EXIT_FAILURE);
+ g_print ("No test data file provided\n");
+ exit (EXIT_FAILURE);
}
tdata_path = path;
@@ -88,8 +88,7 @@ setup_atk_util (void)
g_type_class_unref (klass);
}
-static GOptionEntry optentries[] =
-{
+static GOptionEntry optentries[] = {
{"test-data-file", 0, 0, G_OPTION_ARG_STRING, &tdata_path, "Path to file of test data", NULL},
{NULL}
};