altosdroid: minor whitespace cleanup
authorMike Beattie <mike@ethernal.org>
Thu, 7 Mar 2013 05:51:27 +0000 (18:51 +1300)
committerMike Beattie <mike@ethernal.org>
Thu, 7 Mar 2013 05:51:27 +0000 (18:51 +1300)
(damn my OCD!)

Signed-off-by: Mike Beattie <mike@ethernal.org>
altosdroid/AndroidManifest.xml
altosdroid/res/values/strings.xml
altosdroid/src/org/altusmetrum/AltosDroid/AltosDroid.java

index 8ecfcbb52e0a3f7d259a123debca1720f4430ec5..62d9939bf8d3d75b84e96afed9462e849a39a860 100644 (file)
@@ -38,9 +38,7 @@
                   android:theme="@android:style/Theme.Dialog"
                   android:configChanges="orientation|keyboardHidden" />
 
-
         <service android:name=".TelemetryService" />
 
-
     </application>
 </manifest>
index f00f0b5538008762fbb4abf403013f4f28bd8dcc..1c86f42d1886ea5c909e789cbc636a309bcd9561 100644 (file)
@@ -15,7 +15,6 @@
         with this program; if not, write to the Free Software Foundation, Inc.,
         59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
 -->
-
 <resources>
     <string name="app_name">AltosDroid</string>
 
index e11a899735a8a5b4cfc185eca6f0d6d764b6cdb0..5019f2fcc81b08b6538320181cbd77c3df112f74 100644 (file)
@@ -300,9 +300,6 @@ public class AltosDroid extends Activity {
                mAltosVoice.stop();
        }
 
-
-
-
        public void onActivityResult(int requestCode, int resultCode, Intent data) {
                if(D) Log.d(TAG, "onActivityResult " + resultCode);
                switch (requestCode) {