From 563fe9a38e19cd63d3181d9c3773875a0cdb4c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?UTF-8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Tue, 5 Aug 2014 12:14:13 +0000 Subject: Canonicalize the spacing around if statements and g_return_* invocations --- tests/test2-main.c | 1 + tests/test3-main.c | 1 + 2 files changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/test2-main.c b/tests/test2-main.c index 9ce5cc9..2b3ef29 100644 --- a/tests/test2-main.c +++ b/tests/test2-main.c @@ -152,6 +152,7 @@ test_import_style (CRDocHandler * a_handler, } } } + fprintf (stdout, "******************\n\n"); a_uri = NULL; /*keep compiler happy */ } diff --git a/tests/test3-main.c b/tests/test3-main.c index e730e06..db52595 100644 --- a/tests/test3-main.c +++ b/tests/test3-main.c @@ -143,6 +143,7 @@ test_import_style (CRDocHandler * a_handler, } } } + fprintf (stdout, "******************\n\n"); a_uri = NULL; /*keep compiler happy */ } -- cgit v1.2.1