Cleanup whitespace.

This commit is contained in:
Brian Pellin
2009-03-11 21:52:24 -05:00
parent cda06b1eb5
commit ac9b9f0aab

View File

@@ -70,8 +70,6 @@ public class TimeoutService extends Service {
unregisterReceiver(mIntentReceiver);
}
public class TimeoutBinder extends Binder {
public TimeoutService getService() {
return TimeoutService.this;