mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-06-04 03:38:25 +00:00
[KMS/DRM] Replace indent tabs with spaces, as intended.
This commit is contained in:
parent
59cd46c24a
commit
6ee53258cd
|
@ -456,6 +456,7 @@ KMSDRM_WarpMouseGlobal(int x, int y)
|
||||||
} else {
|
} else {
|
||||||
return SDL_SetError("Cursor not initialized properly.");
|
return SDL_SetError("Cursor not initialized properly.");
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
return SDL_SetError("No mouse or current cursor.");
|
return SDL_SetError("No mouse or current cursor.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue