mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-31 22:42:52 +08:00
Fixed whitespace
This commit is contained in:
@@ -627,11 +627,11 @@ static void SDL_LogEvent(const SDL_Event *event)
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
if (!name[0]) {
|
if (!name[0]) {
|
||||||
if (event->type >= SDL_EVENT_USER) {
|
if (event->type >= SDL_EVENT_USER) {
|
||||||
SDL_strlcpy(name, "USER", sizeof(name));
|
SDL_strlcpy(name, "USER", sizeof(name));
|
||||||
} else {
|
} else {
|
||||||
SDL_strlcpy(name, "UNKNOWN", sizeof(name));
|
SDL_strlcpy(name, "UNKNOWN", sizeof(name));
|
||||||
}
|
}
|
||||||
(void)SDL_snprintf(details, sizeof(details), " 0x%x", (uint)event->type);
|
(void)SDL_snprintf(details, sizeof(details), " 0x%x", (uint)event->type);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user