Spaces to tabs

This commit is contained in:
tresf
2017-12-11 10:46:19 -05:00
parent a653d01ac8
commit 5174bdaa0d

View File

@@ -34,9 +34,9 @@
#ifdef LMMS_DEBUG
#include <assert.h>
#else
#ifndef assert
#define assert(x) ((void)(x))
#endif
#ifndef assert
#define assert(x) ((void)(x))
#endif
#endif
#include <cstdio>