aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_show_hide.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_show_hide.c')
-rw-r--r--test/test_show_hide.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_show_hide.c b/test/test_show_hide.c
index d18ced1..4877388 100644
--- a/test/test_show_hide.c
+++ b/test/test_show_hide.c
@@ -107,9 +107,9 @@ int
main(int argc, char** argv)
{
PuglTest test = {puglParseTestOptions(&argc, &argv),
- puglNewWorld(),
- NULL,
- START};
+ puglNewWorld(),
+ NULL,
+ START};
// Set up view
test.view = puglNewView(test.world);