indentation

This commit is contained in:
Giemsa 2016-10-24 00:03:02 +09:00 committed by Samuel Carlsson
parent fe744a007b
commit e324cbe004

View File

@ -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