From: Brian Aker Date: Sat, 19 Dec 2009 03:04:33 +0000 (-0800) Subject: fix whitespace. X-Git-Tag: 0.37~48 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=433343633afc75bea091b0fefda6578aa653c665;p=m6w6%2Flibmemcached fix whitespace. --- 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; };