mirror of https://github.com/libsdl-org/SDL.git
Fixed whitespace
This commit is contained in:
parent
9b7f88e512
commit
92301ae8a3
|
|
@ -627,11 +627,11 @@ static void SDL_LogEvent(const SDL_Event *event)
|
|||
|
||||
default:
|
||||
if (!name[0]) {
|
||||
if (event->type >= SDL_EVENT_USER) {
|
||||
SDL_strlcpy(name, "USER", sizeof(name));
|
||||
} else {
|
||||
SDL_strlcpy(name, "UNKNOWN", sizeof(name));
|
||||
}
|
||||
if (event->type >= SDL_EVENT_USER) {
|
||||
SDL_strlcpy(name, "USER", sizeof(name));
|
||||
} else {
|
||||
SDL_strlcpy(name, "UNKNOWN", sizeof(name));
|
||||
}
|
||||
(void)SDL_snprintf(details, sizeof(details), " 0x%x", (uint)event->type);
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue