altoslib/altosui/altosuilib/libaltos: Remove trailing whitespace
[fw/altos] / altoslib / AltosPreferences.java
index b8920d266c2324ef01474c7f3c7133aa59a3425d..484cb64411735f1881afb67e06aba5e4161f3c98 100644 (file)
@@ -55,7 +55,7 @@ public class AltosPreferences {
 
        /* Launcher channel preference name */
        public final static String launcherChannelPreference = "LAUNCHER-CHANNEL";
-       
+
        /* Default logdir is ~/TeleMetrum */
        public final static String logdirName = "TeleMetrum";
 
@@ -349,7 +349,7 @@ public class AltosPreferences {
                        return launcher_channel;
                }
        }
-       
+
        public static AltosPreferencesBackend bt_devices() {
                synchronized (backend) {
                        return backend.node("bt_devices");