From 62ce0ff00970083992241241fbdd0ed6c9de24b7 Mon Sep 17 00:00:00 2001 From: Oliver Woodman Date: Tue, 29 Sep 2015 11:40:59 +0100 Subject: [PATCH] Fix indentation. --- .../java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java b/library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java index 1265fd43e1..f746fd76c8 100644 --- a/library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java +++ b/library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java @@ -31,7 +31,7 @@ public final class ExoPlayerLibraryInfo { * Three digits are used for each component of {@link #VERSION}. For example "1.2.3" has the * corresponding integer version 001002003. */ - public static final int VERSION_INT = 001005000; + public static final int VERSION_INT = 001005000; /** * Whether the library was compiled with {@link com.google.android.exoplayer.util.Assertions}