Fix util declspec spacing;

This commit is contained in:
bjorn 2020-10-26 02:24:44 -06:00
parent 827dfda748
commit 5f0542cc43
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
#ifdef _WIN32
#define LOVR_EXPORT __declspec(dllexport)
#define LOVR_NORETURN __declspec(noreturn)
#define LOVR_THREAD_LOCAL __declspec(thread)
#define LOVR_NORETURN __declspec(noreturn)
#define LOVR_THREAD_LOCAL __declspec(thread)
#define LOVR_ALIGN(n) __declspec(align(n))
#define LOVR_INLINE __inline
#define LOVR_RESTRICT __restrict