diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2013-05-27 14:51:33 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2013-05-27 14:51:33 +0200 |
commit | 868a21fe07d4ac760a3bc429edefe860b8255b6d (patch) | |
tree | ad6dc7f02cd757c3de22417dcf41233c93e188bf /android/src/com/artifex/mupdfdemo/ReaderView.java | |
parent | af13164924fb4c627f201c943c7a18e5dbe39507 (diff) | |
download | mupdf-868a21fe07d4ac760a3bc429edefe860b8255b6d.tar.xz |
Fix indentation to be consistent with regard to tabs/spaces.
Diffstat (limited to 'android/src/com/artifex/mupdfdemo/ReaderView.java')
-rw-r--r-- | android/src/com/artifex/mupdfdemo/ReaderView.java | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/android/src/com/artifex/mupdfdemo/ReaderView.java b/android/src/com/artifex/mupdfdemo/ReaderView.java index 2c7287f4..87f250ba 100644 --- a/android/src/com/artifex/mupdfdemo/ReaderView.java +++ b/android/src/com/artifex/mupdfdemo/ReaderView.java @@ -16,10 +16,9 @@ import android.widget.Adapter; import android.widget.AdapterView; import android.widget.Scroller; -public class ReaderView extends AdapterView<Adapter> - implements GestureDetector.OnGestureListener, - ScaleGestureDetector.OnScaleGestureListener, - Runnable { +public class ReaderView + extends AdapterView<Adapter> + implements GestureDetector.OnGestureListener, ScaleGestureDetector.OnScaleGestureListener, Runnable { private static final int MOVING_DIAGONALLY = 0; private static final int MOVING_LEFT = 1; private static final int MOVING_RIGHT = 2; |