Replaced tabs with spaces

This commit is contained in:
Nezz 2015-01-21 17:44:48 +01:00
parent 796e5bc7d6
commit 8547f0c05d

View file

@ -74,9 +74,9 @@ public final class FrameworkSampleSource implements SampleSource {
int downstreamRendererCount) {
Assertions.checkState(Util.SDK_INT >= 16);
this.fileDescriptor = fileDescriptor;
this.fdOffset = offset;
this.fdLength = length;
this.fileDescriptor = fileDescriptor;
this.fdOffset = offset;
this.fdLength = length;
this.remainingReleaseCount = downstreamRendererCount;
this.context = null;