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

Commit b29fb469 authored by Mathew Inwood's avatar Mathew Inwood Committed by Gerrit Code Review
Browse files

Merge "Remove garbage spaces"

parents 682de559 c3ca1c29
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.