Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Sep 28, 2024
1 parent 11abd1c commit aaa296e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alg/contour.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,8 @@ CPLErr GDALContourGenerateEx(GDALRasterBandH hBand, void *hLayer,
// last level polygons
if (maxLevel == dfMaximum)
{
dfMaximum = std::nextafter(dfMaximum, std::numeric_limits<double>::infinity());
dfMaximum = std::nextafter(
dfMaximum, std::numeric_limits<double>::infinity());
}
}

Expand Down

0 comments on commit aaa296e

Please sign in to comment.