diff --git a/Descriptors/GPXDescriptor.h b/Descriptors/GPXDescriptor.h
index 82a435200..105a09abf 100644
--- a/Descriptors/GPXDescriptor.h
+++ b/Descriptors/GPXDescriptor.h
@@ -87,18 +87,18 @@ public:
FixedPointCoordinate::convertInternalLatLonToString(current.lon, tmp);
reply.content.push_back("lon=\"" + tmp + "\">");
}
- // Add the via point or the end coordinate
- FixedPointCoordinate::convertInternalLatLonToString(
- phantom_node_list.targetPhantom.location.lat,
- tmp
- );
- reply.content.push_back("");
}
+ // Add the via point or the end coordinate
+ FixedPointCoordinate::convertInternalLatLonToString(
+ phantom_node_list.targetPhantom.location.lat,
+ tmp
+ );
+ reply.content.push_back("");
}
reply.content.push_back("");
}