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

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

Merge "Remove garbage spaces" am: b29fb469

Change-Id: I1fb3e6a7f598be9ea8d993a39e3f3ee6ac554f4d
parents 6fc5f5e7 b29fb469
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.