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(); 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