mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 09:15:41 +00:00
Android: remove tabs/indent
This commit is contained in:
parent
412775f5a8
commit
7f9016f265
|
@ -1825,10 +1825,9 @@ class SDLSurface extends SurfaceView implements SurfaceHolder.Callback,
|
||||||
|
|
||||||
if (source == InputDevice.SOURCE_UNKNOWN) {
|
if (source == InputDevice.SOURCE_UNKNOWN) {
|
||||||
InputDevice device = InputDevice.getDevice(deviceId);
|
InputDevice device = InputDevice.getDevice(deviceId);
|
||||||
if ( device != null )
|
if (device != null) {
|
||||||
{
|
source = device.getSources();
|
||||||
source = device.getSources();
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((source & InputDevice.SOURCE_KEYBOARD) != 0) {
|
if ((source & InputDevice.SOURCE_KEYBOARD) != 0) {
|
||||||
|
|
Loading…
Reference in a new issue