From f8bec927fdd4ba46ad849bfae6743afebe2fa971 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 20 Dec 2007 13:58:01 +0000 Subject: [PATCH] indent git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5147 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/xbt/cunit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xbt/cunit.h b/include/xbt/cunit.h index ac5c5ca12f..6a6e8e6229 100644 --- a/include/xbt/cunit.h +++ b/include/xbt/cunit.h @@ -31,7 +31,7 @@ XBT_PUBLIC(xbt_test_suite_t) xbt_test_suite_new (const char *name,const char *f XBT_PUBLIC(xbt_test_suite_t) xbt_test_suite_by_name(const char *name,const char *fmt, ...); XBT_PUBLIC(void) xbt_test_suite_dump (xbt_test_suite_t suite); XBT_PUBLIC(void) xbt_test_suite_push (xbt_test_suite_t suite, const char *name, - ts_test_cb_t func, const char *fmt, ...); + ts_test_cb_t func, const char *fmt, ...); /* Run all the specified tests. what_to_do allows to disable some tests. * It is a coma (,) separated list of directives. They are applied from left to right. -- 2.20.1