From 18b855169b616cde3e3115a4dcf952dbed22272a Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sun, 15 Oct 2017 10:50:05 -0700 Subject: [PATCH] indent compiler.h Replaced tabs with spaces --- src/compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler.h b/src/compiler.h index 3e82ad34b..bbbf50534 100644 --- a/src/compiler.h +++ b/src/compiler.h @@ -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