dexter has submitted this change. ( https://gerrit.osmocom.org/c/android-apdu-proxy/+/41808?usp=email )
Change subject: OmapiCallbackHandlerVpcd: fix sourcecode formatting ......................................................................
OmapiCallbackHandlerVpcd: fix sourcecode formatting
Change-Id: If52cc2ddc18d510c014a46a0f12057f70901670c --- M app/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified dexter: Looks good to me, approved
diff --git a/app/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java b/app/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java index ff63928..c71581c 100644 --- a/app/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java +++ b/app/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java @@ -147,7 +147,7 @@
//Block all attempts to manage a channel, this is a feature we do not support here. //(OMAPI also does not support the MANAGE CHANNEL command) - if (Arrays.equals(Arrays.copyOf( tpdu,2), Utils.h2b("0070") ) ) { + if (Arrays.equals(Arrays.copyOf(tpdu, 2), Utils.h2b("0070"))) { return (Utils.h2b("6D00")); }