From 5023a0184635cb7828de2cef7c7b05e82f50bdf0 Mon Sep 17 00:00:00 2001 From: sonora Date: Thu, 3 Jul 2014 19:12:21 +0200 Subject: [PATCH] more blanks --- .../src/net/osmand/plus/activities/AvailableGPXFragment.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OsmAnd/src/net/osmand/plus/activities/AvailableGPXFragment.java b/OsmAnd/src/net/osmand/plus/activities/AvailableGPXFragment.java index e409498210..2a42be6123 100644 --- a/OsmAnd/src/net/osmand/plus/activities/AvailableGPXFragment.java +++ b/OsmAnd/src/net/osmand/plus/activities/AvailableGPXFragment.java @@ -437,8 +437,8 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment { } } }; - if(info.gpx != null){ - if (info.file == null){ + if (info.gpx != null) { + if (info.file == null) { GpxSelectionHelper.SelectedGpxFile selectedGpxFile = selectedGpxHelper.getSelectedCurrentRecordingTrack(); if (selectedGpxFile != null && selectedGpxFile.getGpxFile() == info.gpx) { adapter.item(R.string.local_index_unselect_gpx_file).listen(listener).reg();