Commit f2ee7ef0 by olly Committed by Oliver Woodman

Fix formatting

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=130662159
parent 83e466d1
...@@ -215,7 +215,8 @@ public final class ConcatenatingMediaSource implements MediaSource { ...@@ -215,7 +215,8 @@ public final class ConcatenatingMediaSource implements MediaSource {
} }
@Override @Override
public int getWindowLastPeriodIndex(int windowIndex) {int sourceIndex = getSourceIndexForWindow(windowIndex); public int getWindowLastPeriodIndex(int windowIndex) {
int sourceIndex = getSourceIndexForWindow(windowIndex);
int firstPeriodIndexInSource = getFirstPeriodIndexInSource(sourceIndex); int firstPeriodIndexInSource = getFirstPeriodIndexInSource(sourceIndex);
int firstWindowIndexInSource = getFirstWindowIndexInSource(sourceIndex); int firstWindowIndexInSource = getFirstWindowIndexInSource(sourceIndex);
return firstPeriodIndexInSource + timelines[sourceIndex].getWindowLastPeriodIndex( return firstPeriodIndexInSource + timelines[sourceIndex].getWindowLastPeriodIndex(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment