summaryrefslogtreecommitdiff
path: root/android/src/com/artifex/mupdfdemo/MuPDFActivity.java
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-05-27 14:51:33 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-05-27 14:51:33 +0200
commit868a21fe07d4ac760a3bc429edefe860b8255b6d (patch)
treead6dc7f02cd757c3de22417dcf41233c93e188bf /android/src/com/artifex/mupdfdemo/MuPDFActivity.java
parentaf13164924fb4c627f201c943c7a18e5dbe39507 (diff)
downloadmupdf-868a21fe07d4ac760a3bc429edefe860b8255b6d.tar.xz
Fix indentation to be consistent with regard to tabs/spaces.
Diffstat (limited to 'android/src/com/artifex/mupdfdemo/MuPDFActivity.java')
-rw-r--r--android/src/com/artifex/mupdfdemo/MuPDFActivity.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/src/com/artifex/mupdfdemo/MuPDFActivity.java b/android/src/com/artifex/mupdfdemo/MuPDFActivity.java
index 3133fc17..31ccc916 100644
--- a/android/src/com/artifex/mupdfdemo/MuPDFActivity.java
+++ b/android/src/com/artifex/mupdfdemo/MuPDFActivity.java
@@ -241,7 +241,6 @@ public class MuPDFActivity extends Activity
{
super.onCreate(savedInstanceState);
-
mAlertBuilder = new AlertDialog.Builder(this);
if (core == null) {
@@ -359,7 +358,6 @@ public class MuPDFActivity extends Activity
alert.show();
}
-
public void createUI(Bundle savedInstanceState) {
if (core == null)
return;