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

Commit c3ca1c29 authored by Taesu Lee's avatar Taesu Lee
Browse files

Remove garbage spaces



Test: build

Change-Id: Ia15e39bbcc410e9ffcf0f267e5a385d66a3bf420
Signed-off-by: default avatarTaesu Lee <taesu82.lee@samsung.com>
parent 53655f77
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.