summaryrefslogtreecommitdiff
path: root/src/com/android/stk/StkLauncherActivity.java
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2009-06-09 10:27:23 -0700
committerWink Saville <wink@google.com>2009-06-09 10:27:23 -0700
commit79085fcc5b4e54cc374e8720644ce4c1dc0004be (patch)
treeb90b04b673e0b0b197fda2b7bcd72cde1003f9a1 /src/com/android/stk/StkLauncherActivity.java
parent36eddd5bfa9047a6b9de2be4a5d6636b81634f97 (diff)
downloadStk-79085fcc5b4e54cc374e8720644ce4c1dc0004be.tar.gz
Cleanup whitespace.
Diffstat (limited to 'src/com/android/stk/StkLauncherActivity.java')
-rw-r--r--src/com/android/stk/StkLauncherActivity.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/stk/StkLauncherActivity.java b/src/com/android/stk/StkLauncherActivity.java
index df9fa24..194870e 100644
--- a/src/com/android/stk/StkLauncherActivity.java
+++ b/src/com/android/stk/StkLauncherActivity.java
@@ -21,9 +21,9 @@ import android.content.Intent;
import android.os.Bundle;
/**
- * Launcher class. Serve as the app's MAIN activity, send an intent to the
+ * Launcher class. Serve as the app's MAIN activity, send an intent to the
* StkAppService and finish.
- *
+ *
*/
public class StkLauncherActivity extends Activity {
@Override