From 1f020b178664857b0e107778d04fb971a58e6230 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 23 Jul 2008 11:23:36 +0000 Subject: - trim any trailing whitespace --- include/assert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/assert.h') diff --git a/include/assert.h b/include/assert.h index 7eaba0070..9b9d1b796 100644 --- a/include/assert.h +++ b/include/assert.h @@ -59,7 +59,7 @@ __END_DECLS (__ASSERT_VOID_CAST ((expr) ? 0 : \ (__assert (__STRING(expr), __FILE__, __LINE__, \ __ASSERT_FUNCTION), 0))) - + /* Version 2.4 and later of GCC define a magical variable `__PRETTY_FUNCTION__' which contains the name of the function currently being defined. This is broken in G++ before version 2.6. -- cgit v1.2.3