mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 20:08:14 +00:00
Minor tweaks to follow code conventions
This commit is contained in:
@@ -124,7 +124,7 @@ void TraceLog(int logType, const char *text, ...)
|
||||
}
|
||||
|
||||
#if defined(PLATFORM_ANDROID)
|
||||
switch(logType)
|
||||
switch (logType)
|
||||
{
|
||||
case LOG_TRACE: __android_log_vprint(ANDROID_LOG_VERBOSE, "raylib", text, args); break;
|
||||
case LOG_DEBUG: __android_log_vprint(ANDROID_LOG_DEBUG, "raylib", text, args); break;
|
||||
|
Reference in New Issue
Block a user