From f848d0e3393e159128e3a764582f867458d799fb Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Fri, 11 May 2018 16:09:06 -0700 Subject: [PATCH] Remove stray space ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=196323463 --- .../com/google/android/exoplayer2/DefaultLoadControl.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/library/core/src/main/java/com/google/android/exoplayer2/DefaultLoadControl.java b/library/core/src/main/java/com/google/android/exoplayer2/DefaultLoadControl.java index b5b364a327..f8b7f5f5c2 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/DefaultLoadControl.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/DefaultLoadControl.java @@ -46,11 +46,10 @@ public class DefaultLoadControl implements LoadControl { public static final int DEFAULT_BUFFER_FOR_PLAYBACK_MS = 2500; /** - * The default duration of media that must be buffered for playback to resume after a rebuffer, - * in milliseconds. A rebuffer is defined to be caused by buffer depletion rather than a user - * action. + * The default duration of media that must be buffered for playback to resume after a rebuffer, in + * milliseconds. A rebuffer is defined to be caused by buffer depletion rather than a user action. */ - public static final int DEFAULT_BUFFER_FOR_PLAYBACK_AFTER_REBUFFER_MS = 5000; + public static final int DEFAULT_BUFFER_FOR_PLAYBACK_AFTER_REBUFFER_MS = 5000; /** * The default target buffer size in bytes. When set to {@link C#LENGTH_UNSET}, the load control