Comment indenting fix

This commit is contained in:
Daniel Martí 2015-10-22 00:25:19 +02:00
parent adca9a051b
commit fb3b0a0281

View File

@ -223,7 +223,7 @@ public class UpdateService extends IntentService implements ProgressListener {
}
};
// For receiving results from the UpdateService when we've told it to
// For receiving results from the UpdateService when we've told it to
// update in response to a user request.
private final BroadcastReceiver updateStatusReceiver = new BroadcastReceiver() {