Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d29baf7a authored by Mathew Inwood's avatar Mathew Inwood Committed by Automerger Merge Worker
Browse files

Merge "Remove garbage spaces" am: b29fb469 am: fcce9c56 am: 045833a9 am: baa4f33e

Change-Id: I21c3391f072e2f38422de818ff1f7c6795fbaca7
parents c0687d33 baa4f33e
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -81,9 +81,7 @@ public class Registrant
            Message msg = Message.obtain();

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

File changed.

Contains only whitespace changes.