From 5174bdaa0dfc973666c7226ee2e9739d6523ddd5 Mon Sep 17 00:00:00 2001 From: tresf Date: Mon, 11 Dec 2017 10:46:19 -0500 Subject: [PATCH] Spaces to tabs --- include/debug.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/debug.h b/include/debug.h index 207c9680e..55173f0a1 100644 --- a/include/debug.h +++ b/include/debug.h @@ -34,9 +34,9 @@ #ifdef LMMS_DEBUG #include #else - #ifndef assert - #define assert(x) ((void)(x)) - #endif + #ifndef assert + #define assert(x) ((void)(x)) + #endif #endif #include