fix indent

This commit is contained in:
Blottiere Paul 2017-01-27 10:11:35 +01:00
parent 31898e0254
commit 5b42d4ac2e

View File

@ -275,7 +275,7 @@ namespace QgsWms
//add the xml content for the individual layers/styles
QString wmsServiceUrl = QgsServerProjectUtils::wmsServiceUrl( *project );
configParser->layersAndStylesCapabilities( capabilityElement, doc, version,
wmsServiceUrl, projectSettings );
wmsServiceUrl, projectSettings );
return doc;
}