Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/* */
|
||||
/* attrib.h */
|
||||
/* */
|
||||
/* Handle gcc attributes */
|
||||
/* Handle gcc attributes */
|
||||
/* */
|
||||
/* */
|
||||
/* */
|
||||
@@ -39,13 +39,13 @@
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Code */
|
||||
/* Code */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
#if defined(__GNUC__)
|
||||
# define attribute(a) __attribute__(a)
|
||||
# define attribute(a) __attribute__(a)
|
||||
#else
|
||||
# define attribute(a)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user