altosdroid: whitespace
authorMike Beattie <mike@ethernal.org>
Tue, 28 Aug 2012 10:00:14 +0000 (22:00 +1200)
committerMike Beattie <mike@ethernal.org>
Tue, 28 Aug 2012 10:00:14 +0000 (22:00 +1200)
Signed-off-by: Mike Beattie <mike@ethernal.org>
altosdroid/src/org/altusmetrum/AltosDroid/TelemetryService.java

index 1fa62d870f7944395c2d3ef4847869222b08cb4a..cd47c6f9587b0e833b9d7a455327a7860f819603 100644 (file)
@@ -66,8 +66,8 @@ public class TelemetryService extends Service {
        final Messenger mMessenger = new Messenger(mHandler); // Target we publish for clients to send messages to IncomingHandler.
 
        // Name of the connected device
-       private BluetoothDevice device = null;
-       private AltosBluetooth mAltosBluetooth = null;
+       private BluetoothDevice device           = null;
+       private AltosBluetooth  mAltosBluetooth  = null;
        private TelemetryReader mTelemetryReader = null;
 
        // internally track state of bluetooth connection