some files use spaces, some use tabs

This commit is contained in:
Ross Harrison 2015-02-08 12:01:35 -06:00
parent 67aca21858
commit 7c76d2c57b
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ public class PlaybackPreferences implements
/** True if last played media was a video. */
public static final String PREF_CURRENT_EPISODE_IS_VIDEO = "de.danoeh.antennapod.preferences.lastIsVideo";
/** Value of PREF_QUEUE_ADD_TO_FRONT if no media is playing. */
public static final String PREF_QUEUE_ADD_TO_FRONT = "prefQueueAddToFront";
/** Value of PREF_QUEUE_ADD_TO_FRONT if no media is playing. */
public static final String PREF_QUEUE_ADD_TO_FRONT = "prefQueueAddToFront";
/** Value of PREF_CURRENTLY_PLAYING_MEDIA if no media is playing. */
public static final long NO_MEDIA_PLAYING = -1;