mirror of
https://github.com/libretro/RetroArch.git
synced 2025-03-06 00:48:10 +00:00
Style nits
This commit is contained in:
parent
b2fa47ef43
commit
bdbd3098dd
@ -138,7 +138,8 @@ bool input_keyboard_line_event(
|
||||
{
|
||||
/* Handle left/right here when suitable */
|
||||
|
||||
char *newbuf = (char*)realloc(state->buffer, state->size + 2);
|
||||
char *newbuf = (char*)
|
||||
realloc(state->buffer, state->size + 2);
|
||||
if (!newbuf)
|
||||
return false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user