From cd64a0277a5ca41122a343b26e4bad98b0377256 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ao2@ao2.it>
Date: Mon, 20 Apr 2015 16:30:53 +0200
Subject: [PATCH 1/1] am7xxx: add some spaces in a comment

---
 src/am7xxx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/am7xxx.c b/src/am7xxx.c
index 89eaab4..f4203e3 100644
--- a/src/am7xxx.c
+++ b/src/am7xxx.c
@@ -34,7 +34,7 @@
  * taken from: http://unixwiz.net/techtips/gnu-c-attributes.html)
  */
 #ifndef __GNUC__
-#  define  __attribute__(x)  /*NOTHING*/
+#  define  __attribute__(x)  /* NOTHING */
 #endif
 
 /* Control shared library symbols visibility */
-- 
2.1.4