From 97f2e600ae47cbae7e0bed17556cb663fb8cc72a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 1 Jul 2008 20:37:32 +0200 Subject: remove minor whitespace --- atasmart.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atasmart.h b/atasmart.h index 96b8294..da4c147 100644 --- a/atasmart.h +++ b/atasmart.h @@ -28,11 +28,11 @@ typedef int SkBool; #ifndef FALSE -#define FALSE (0) +#define FALSE (0) #endif #ifndef TRUE -#define TRUE (!FALSE) +#define TRUE (!FALSE) #endif /* ATA SMART test type (ATA8 7.52.5.2) */ -- cgit