altosdroid: whitespace cleanup
[fw/altos] / altosdroid / src / org / altusmetrum / AltosDroid / AltosBluetooth.java
index 278c6a5336b1298f807a536587382bb923a5380d..37e977ad9ed2d4ee2b24b0aa89f8eb575f004f0b 100644 (file)
@@ -152,7 +152,7 @@ public class AltosBluetooth extends AltosLink {
        private void connection_failed() {
                if (D) Log.e(TAG, "Bluetooth Socket IO failed!");
        }
-       
+
        public void print(String data) {
                byte[] bytes = data.getBytes();
                if (D) Log.i(TAG, "print(): begin");
@@ -180,7 +180,7 @@ public class AltosBluetooth extends AltosLink {
                }
                return AltosLink.ERROR;
        }
-                       
+
        public void close() {
                if (D) Log.i(TAG, "close(): begin");
                synchronized(this) {