From 063f31f40a89c54d166c73953e9c770dd21fec17 Mon Sep 17 00:00:00 2001 From: brarcher Date: Tue, 6 Nov 2012 04:10:09 +0000 Subject: [PATCH] remove tabs, replace with spaces git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@657 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- src/check_log.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/check_log.c b/src/check_log.c index 6343c57..9933d9c 100644 --- a/src/check_log.c +++ b/src/check_log.c @@ -327,17 +327,17 @@ void subunit_lfun (SRunner *sr, FILE *file, enum print_output printmode, char *name = ck_strdup_printf ("%s:%s", tr->tcname, tr->tname); char *msg = tr_short_str (tr); switch (tr->rtype) { - case CK_PASS: - subunit_test_pass(name); - break; - case CK_FAILURE: - subunit_test_fail(name, msg); - break; - case CK_ERROR: - subunit_test_error(name, msg); - break; - default: - eprintf("Bad result type in subunit_lfun", __FILE__, __LINE__); + case CK_PASS: + subunit_test_pass(name); + break; + case CK_FAILURE: + subunit_test_fail(name, msg); + break; + case CK_ERROR: + subunit_test_error(name, msg); + break; + default: + eprintf("Bad result type in subunit_lfun", __FILE__, __LINE__); free(name); free(msg); } -- 2.40.0