Fix whitespace issue causing protocol syntax error

Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
San Mehat
2010-01-22 16:46:23 -08:00
parent 4d02d001ef
commit 3e3a6430ea

View File

@@ -1052,7 +1052,7 @@ class MountService extends IMountService.Stub
}
public void unmountSecureContainer(String id) throws IllegalStateException {
String cmd = String.format("unmount_asec %s ", id);
String cmd = String.format("unmount_asec %s", id);
mConnector.doCommand(cmd);
}