From 6eb6bbfe8e504a611145f454f4045e8f49fd5e44 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 16 Dec 2010 17:30:42 +0100 Subject: Indented code. Use same indentation but with -nut to avoid usage of tabs. In several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces. --- tests/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/utils.h') diff --git a/tests/utils.h b/tests/utils.h index 47db94f61e..dfd6aef3e1 100644 --- a/tests/utils.h +++ b/tests/utils.h @@ -30,7 +30,7 @@ #ifndef __attribute__ #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 5) -#define __attribute__(Spec) /* empty */ +#define __attribute__(Spec) /* empty */ #endif #endif -- cgit v1.2.1