From: Antonio Ospite <ao2@ao2.it>
Date: Mon, 20 Apr 2015 14:30:53 +0000 (+0200)
Subject: am7xxx: add some spaces in a comment
X-Git-Tag: v0.1.6~30
X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/cd64a0277a5ca41122a343b26e4bad98b0377256?hp=c71788d6309eafd1d0bdc503ebb75055c43c0416

am7xxx: add some spaces in a comment
---

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 */