From b4def6dcba553dc7ce65cf9a1c0086016aa88394 Mon Sep 17 00:00:00 2001 From: onqtam Date: Wed, 27 Mar 2019 01:13:10 +0200 Subject: [PATCH] tabs instead of spaces... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51376aacd..39f3493fb 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ pedantic_clang: -Werror \ -Weverything \ -Wno-documentation-unknown-command \ - -Wno-exit-time-destructors \ + -Wno-exit-time-destructors \ -Wno-keyword-macro \ -Wno-deprecated-declarations \ -Wno-weak-vtables \