Two spaces indentation for macros

This commit is contained in:
Hugues Delorme 2015-03-03 10:38:49 +01:00
parent ae25e86825
commit 97923e2dfe
2 changed files with 27 additions and 27 deletions

View File

@ -70,8 +70,8 @@ typedef unsigned long long uint64_t;
/*! Typedef for boolean type */
typedef bool gmio_bool_t;
#define GMIO_FALSE false
#define GMIO_TRUE true
# define GMIO_FALSE false
# define GMIO_TRUE true
#else
/*! Typedef for boolean type */