From 6110e0eeedb48c81fad0e5175aa3639f1a703bfa Mon Sep 17 00:00:00 2001
From: Jan Breuer <jan.breuer@jaybee.cz>
Date: 周一, 12 10月 2015 21:51:20 +0800
Subject: [PATCH] Format and trailing space cleanup

---
 libscpi/src/utils_private.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libscpi/src/utils_private.h b/libscpi/src/utils_private.h
index e7909e5..f864004 100644
--- a/libscpi/src/utils_private.h
+++ b/libscpi/src/utils_private.h
@@ -46,9 +46,9 @@
 #endif
 
 #if defined(__GNUC__) && (__GNUC__ >= 4)
-    #define LOCAL __attribute__((visibility ("hidden")))
+#define LOCAL __attribute__((visibility ("hidden")))
 #else
-    #define LOCAL
+#define LOCAL
 #endif
 
     char * strnpbrk(const char *str, size_t size, const char *set) LOCAL;
@@ -78,11 +78,11 @@
 #endif
 
 #ifndef min
-    #define min(a, b)  (((a) < (b)) ? (a) : (b))
+#define min(a, b)  (((a) < (b)) ? (a) : (b))
 #endif
 
 #ifndef max
-    #define max(a, b)  (((a) > (b)) ? (a) : (b))
+#define max(a, b)  (((a) > (b)) ? (a) : (b))
 #endif
 
 #if 0

--
Gitblit v1.9.1