Two spaces indentation for macros
This commit is contained in:
parent
ae25e86825
commit
97923e2dfe
@ -70,8 +70,8 @@ typedef unsigned long long uint64_t;
|
|||||||
/*! Typedef for boolean type */
|
/*! Typedef for boolean type */
|
||||||
typedef bool gmio_bool_t;
|
typedef bool gmio_bool_t;
|
||||||
|
|
||||||
#define GMIO_FALSE false
|
# define GMIO_FALSE false
|
||||||
#define GMIO_TRUE true
|
# define GMIO_TRUE true
|
||||||
|
|
||||||
#else
|
#else
|
||||||
/*! Typedef for boolean type */
|
/*! Typedef for boolean type */
|
||||||
|
Loading…
Reference in New Issue
Block a user