indent compiler.h
Replaced tabs with spaces
This commit is contained in:
parent
9ef2f7494c
commit
18b855169b
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
// since gcc-2.5
|
||||
#ifdef __GNUC__
|
||||
#define NORETURN __attribute__((__noreturn__))
|
||||
#define FUNCTION __attribute__((__const__)) // no access to global mem, even via ptr, and no side effect
|
||||
#define FUNCTION __attribute__((__const__)) // no access to global mem, even via ptr, and no side effect
|
||||
#else
|
||||
#define NORETURN
|
||||
#define FUNCTION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue