[PATCH] time: remove blank space

From: Chen Lin
Date: Sun Apr 22 2018 - 05:14:37 EST


remove blank space

Signed-off-by: Chen Lin <chen45464546@xxxxxxx>
---
include/linux/time64.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/time64.h b/include/linux/time64.h
index 93d3949..35ce4aa 100644
--- a/include/linux/time64.h
+++ b/include/linux/time64.h
@@ -10,7 +10,7 @@ typedef __u64 timeu64_t;

#if __BITS_PER_LONG == 64
/* this trick allows us to optimize out timespec64_to_timespec */
-# define timespec64 timespec
+#define timespec64 timespec
#define itimerspec64 itimerspec
#else
struct timespec64 {
--
2.7.4