From 084aa48e21cd310d7714cba0318884bd547ce184 Mon Sep 17 00:00:00 2001 From: kYc0o Date: Tue, 24 Oct 2017 16:02:58 +0200 Subject: [PATCH] sys/cbor/Makefile: align to two spaces --- sys/cbor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/cbor/Makefile b/sys/cbor/Makefile index 8e1c52a54e..bd0de57963 100644 --- a/sys/cbor/Makefile +++ b/sys/cbor/Makefile @@ -1,7 +1,7 @@ MODULE = cbor ifneq ($(shell uname -s),Darwin) - CFLAGS += -D_XOPEN_SOURCE=600 + CFLAGS += -D_XOPEN_SOURCE=600 endif include $(RIOTBASE)/Makefile.base