From 1e7fe2208e53ae0d622b872803856b7bfb20cf23 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 15 Mar 2020 16:07:38 +0100 Subject: Cleanup: Fix indentation --- test/test_show_hide.c | 6 +++--- 1 file 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); -- cgit v1.2.1