summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorРуслан Ижбулатов <lrn1986@gmail.com>2014-08-05 12:14:13 +0000
committerРуслан Ижбулатов <lrn1986@gmail.com>2014-08-05 12:14:13 +0000
commit563fe9a38e19cd63d3181d9c3773875a0cdb4c2c (patch)
tree652f729a4fe0e9730d923925800c14f3f209cfad /tests
parent06e15e28d24f1f4cfbf9de2d3224a076ae3b3b4c (diff)
downloadlibcroco-563fe9a38e19cd63d3181d9c3773875a0cdb4c2c.tar.gz
Canonicalize the spacing around if statements and g_return_* invocations
Diffstat (limited to 'tests')
-rw-r--r--tests/test2-main.c1
-rw-r--r--tests/test3-main.c1
2 files changed, 2 insertions, 0 deletions
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 */
}