Android: remove tabs/indent

This commit is contained in:
Sylvain Becker 2019-08-15 20:38:25 +02:00
parent d6637510b2
commit 7a36cc410d

View file

@ -1825,10 +1825,9 @@ class SDLSurface extends SurfaceView implements SurfaceHolder.Callback,
if (source == InputDevice.SOURCE_UNKNOWN) {
InputDevice device = InputDevice.getDevice(deviceId);
if ( device != null )
{
source = device.getSources();
}
if (device != null) {
source = device.getSources();
}
}
if ((source & InputDevice.SOURCE_KEYBOARD) != 0) {