From 7151651ea9a87f394cf7f44fcba56cd0d2b7eefa Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Tue, 3 Sep 2019 20:43:11 +0200 Subject: remove macro indentation from code-format --- libdislocator/libdislocator.so.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libdislocator') diff --git a/libdislocator/libdislocator.so.c b/libdislocator/libdislocator.so.c index 5104fed4..256506be 100644 --- a/libdislocator/libdislocator.so.c +++ b/libdislocator/libdislocator.so.c @@ -29,11 +29,11 @@ #include "types.h" #ifndef PAGE_SIZE -# define PAGE_SIZE 4096 +#define PAGE_SIZE 4096 #endif /* !PAGE_SIZE */ #ifndef MAP_ANONYMOUS -# define MAP_ANONYMOUS MAP_ANON +#define MAP_ANONYMOUS MAP_ANON #endif /* !MAP_ANONYMOUS */ /* Error / message handling: */ -- cgit 1.4.1