aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2010-10-08 01:06:36 -0500
committerKenny Root <kenny@the-b.org>2010-10-08 01:06:36 -0500
commitddb146dda845fd2a17c304df69b616465f5f4350 (patch)
treeb5a66afc6eac580203f80a6cf6704b58daa9a4ce
parente43f63aa4ade3a58318458174a46d4e6f5e8b81e (diff)
downloadconnectbot-ddb146dda845fd2a17c304df69b616465f5f4350.tar.gz
connectbot-ddb146dda845fd2a17c304df69b616465f5f4350.tar.bz2
connectbot-ddb146dda845fd2a17c304df69b616465f5f4350.zip
Fix whitespace in ConnectionNotifier
-rw-r--r--AndroidManifest.xml2
-rw-r--r--src/org/connectbot/service/ConnectionNotifier.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 239fa32..ff607fb 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.connectbot"
android:versionName="1.7.1"
- android:versionCode="324"
+ android:versionCode="325"
android:installLocation="auto">
<application
diff --git a/src/org/connectbot/service/ConnectionNotifier.java b/src/org/connectbot/service/ConnectionNotifier.java
index 679ed9e..a9c054d 100644
--- a/src/org/connectbot/service/ConnectionNotifier.java
+++ b/src/org/connectbot/service/ConnectionNotifier.java
@@ -41,7 +41,7 @@ public abstract class ConnectionNotifier {
private static final int ONLINE_NOTIFICATION = 1;
private static final int ACTIVITY_NOTIFICATION = 2;
- public static ConnectionNotifier getInstance() {
+ public static ConnectionNotifier getInstance() {
if (PreferenceConstants.PRE_ECLAIR)
return PreEclair.Holder.sInstance;
else