Kaydet (Commit) 62633158 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Whitespace cleanup

Change-Id: I52590908e6ba59c19aded2771d779c1cfa3a45ea
üst c4c50261
...@@ -129,7 +129,7 @@ public class DocumentLoader ...@@ -129,7 +129,7 @@ public class DocumentLoader
ViewGroup.LayoutParams matchParent; ViewGroup.LayoutParams matchParent;
ViewFlipper flipper; ViewFlipper flipper;
Bundle extras; Bundle extras;
class GestureListener class GestureListener
...@@ -539,7 +539,7 @@ public class DocumentLoader ...@@ -539,7 +539,7 @@ public class DocumentLoader
{ {
super.onCreate(savedInstanceState); super.onCreate(savedInstanceState);
extras = getIntent().getExtras(); extras = getIntent().getExtras();
gestureDetector = new GestureDetector(this, new GestureListener()); gestureDetector = new GestureDetector(this, new GestureListener());
...@@ -558,7 +558,7 @@ public class DocumentLoader ...@@ -558,7 +558,7 @@ public class DocumentLoader
Bootstrap.dlopen("libmergedlo.so"); Bootstrap.dlopen("libmergedlo.so");
Bootstrap.dlopen("libswdlo.so"); Bootstrap.dlopen("libswdlo.so");
Bootstrap.dlopen("libswlo.so"); Bootstrap.dlopen("libswlo.so");
// Log.i(TAG, "Sleeping NOW"); // Log.i(TAG, "Sleeping NOW");
// Thread.sleep(20000); // Thread.sleep(20000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment