Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 14, 2024
1 parent 5ba8582 commit 95579fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ogr/ogrsf_frmts/gpkg/ogrgeopackagedatasource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6907,8 +6907,7 @@ GDALGeoPackageDataset::ICreateLayer(const char *pszLayerName,
poLayer->SetCreationParameters(
eGType,
bLaunder ? LaunderName(pszGeomColumnName).c_str() : pszGeomColumnName,
bGeomNullable, poSRS,
CSLFetchNameValue(papszOptions, "SRID"),
bGeomNullable, poSRS, CSLFetchNameValue(papszOptions, "SRID"),
poSrcGeomFieldDefn ? poSrcGeomFieldDefn->GetCoordinatePrecision()
: OGRGeomCoordinatePrecision(),
CPLTestBool(
Expand Down

0 comments on commit 95579fe

Please sign in to comment.