dexter has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/android-apdu-proxy refs/changes/08/41808/1
diff --git a/app/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java b/app/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java index 76bf230..0b880fb 100644 --- a/app/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java +++ b/app/src/main/java/org/osmocom/androidApduProxy/OmapiCallbackHandlerVpcd.java @@ -157,7 +157,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")); }