Skip to content

Commit 5b42d4a

Browse files
committedJan 30, 2017
fix indent
1 parent 31898e0 commit 5b42d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/server/services/wms/qgswmsgetcapabilities.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ namespace QgsWms
275275
//add the xml content for the individual layers/styles
276276
QString wmsServiceUrl = QgsServerProjectUtils::wmsServiceUrl( *project );
277277
configParser->layersAndStylesCapabilities( capabilityElement, doc, version,
278-
wmsServiceUrl, projectSettings );
278+
wmsServiceUrl, projectSettings );
279279

280280
return doc;
281281
}

0 commit comments

Comments
 (0)
Please sign in to comment.