Merge "Remove garbage spaces"

This commit is contained in:
Mathew Inwood
2020-05-20 09:01:15 +00:00
committed by Gerrit Code Review
2 changed files with 7 additions and 10 deletions

View File

@@ -81,9 +81,7 @@ public class Registrant
Message msg = Message.obtain(); Message msg = Message.obtain();
msg.what = what; msg.what = what;
msg.obj = new AsyncResult(userObj, result, exception); msg.obj = new AsyncResult(userObj, result, exception);
h.sendMessage(msg); h.sendMessage(msg);
} }
} }
@@ -126,4 +124,3 @@ public class Registrant
int what; int what;
Object userObj; Object userObj;
} }