Android: remove tabs/indent
parent
412775f5a8
commit
7f9016f265
|
@ -1825,8 +1825,7 @@ class SDLSurface extends SurfaceView implements SurfaceHolder.Callback,
|
|||
|
||||
if (source == InputDevice.SOURCE_UNKNOWN) {
|
||||
InputDevice device = InputDevice.getDevice(deviceId);
|
||||
if ( device != null )
|
||||
{
|
||||
if (device != null) {
|
||||
source = device.getSources();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue