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