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

Commit 532292f6 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:...

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

Change-Id: I7098716f70e0f18b75cd45ce3dab5d749ae34c6d
parents 6a1c0c2e d29baf7a
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.