summaryrefslogtreecommitdiff
path: root/c
diff options
context:
space:
mode:
authorJonathan Lange <jml@mumak.net>2007-01-17 22:39:01 +1100
committerJonathan Lange <jml@mumak.net>2007-01-17 22:39:01 +1100
commit6e561994a1e668668dfd0280b906769c8bf0684a (patch)
tree88908e3ebea9ce8f6f90147c2e3de03524763c0a /c
parent788efa722dc1f40b7661fa1f0429c156e33e74a6 (diff)
downloadsubunit-git-6e561994a1e668668dfd0280b906769c8bf0684a.tar.gz
whitespace cleanup
Diffstat (limited to 'c')
-rw-r--r--c/README4
-rw-r--r--c/include/subunit/child.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/c/README b/c/README
index 8e6b2a6..094f3b7 100644
--- a/c/README
+++ b/c/README
@@ -32,8 +32,8 @@ metadata trivially. See lib/subunit_child.[ch] for details.
However, this is not a test runner - subunit provides no support for [for
instance] managing assertions, cleaning up on errors etc. You can look at
-'check' (http://check.sourceforge.net/) or
-'gunit' (http://kooditakomo.cs.tut.fi/projects/gunit/) for C unit test
+'check' (http://check.sourceforge.net/) or
+'gunit' (http://kooditakomo.cs.tut.fi/projects/gunit/) for C unit test
frameworks. I plan to write ui layers for both of these that use the subunit
bindings for reporting. There is a patch for 'check' (check-subunit-patch-0.9.3)
in this source tree. Its also available as request ID #1470750 in the sourceforge
diff --git a/c/include/subunit/child.h b/c/include/subunit/child.h
index 8e49c7e..04858b0 100644
--- a/c/include/subunit/child.h
+++ b/c/include/subunit/child.h
@@ -23,7 +23,7 @@
extern "C" {
#endif
-
+
/**
* subunit_test_start:
*
@@ -37,7 +37,7 @@ extern void subunit_test_start(char const * const name);
* subunit_test_pass:
*
* Report that a test has passed.
-
+ *
* @name: test case name
*/
extern void subunit_test_pass(char const * const name);