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

Commit baa4f33e 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

Change-Id: If3ed216fd7e7a33009c7fca6e6a6a92cf42cf3a0
parents 0066af26 045833a9
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.