From 433343633afc75bea091b0fefda6578aa653c665 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Fri, 18 Dec 2009 19:04:33 -0800 Subject: [PATCH] fix whitespace. --- tests/test.c | 1 - tests/test.h | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/test.c b/tests/test.c index a10cc476..7cfb8395 100644 --- a/tests/test.c +++ b/tests/test.c @@ -57,7 +57,6 @@ const char *test_strerror(test_return_t code) fprintf(stderr, "Unknown return value\n"); abort(); } - } void create_core(void) diff --git a/tests/test.h b/tests/test.h index 302a0907..05126291 100644 --- a/tests/test.h +++ b/tests/test.h @@ -57,7 +57,7 @@ struct collection_st { /** - Structure which houses the actual callers for the test cases contained in + Structure which houses the actual callers for the test cases contained in the collections. */ typedef struct { @@ -75,7 +75,7 @@ typedef struct { struct world_st { collection_st *collections; - + /* These methods are called outside of any collection call. */ test_callback_create_fn create; test_callback_fn destroy; @@ -92,15 +92,15 @@ struct world_st { */ test_callback_fn pre_run; test_callback_fn post_run; - - /** + + /** If an error occurs during the test, this is called. */ test_callback_error_fn on_error; /** Runner represents the callers for the tests. If not implemented we will use - a set of default implementations. + a set of default implementations. */ world_runner_st *runner; }; -- 2.30.2