mirror of
https://github.com/revanced/jadb.git
synced 2025-02-14 02:56:48 +01:00
indentation
This commit is contained in:
parent
fe744a007b
commit
e324cbe004
@ -54,8 +54,8 @@ public class JadbConnection implements ITransportFactory {
|
||||
devices.verifyResponse();
|
||||
boolean r = false;
|
||||
do {
|
||||
List<JadbDevice> list = parseDevices(devices.readString());
|
||||
r = listener.detect(list);
|
||||
List<JadbDevice> list = parseDevices(devices.readString());
|
||||
r = listener.detect(list);
|
||||
} while(r);
|
||||
} catch(SocketException e) {
|
||||
// socket closed from another thread
|
||||
|
Loading…
x
Reference in New Issue
Block a user