mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-12 21:38:47 +00:00
Remove all trail spaces
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
#if defined(SUPPORT_TRACELOG)
|
||||
#define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
|
||||
|
||||
|
||||
#if defined(SUPPORT_TRACELOG_DEBUG)
|
||||
#define TRACELOGD(...) TraceLog(LOG_DEBUG, __VA_ARGS__)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user