Skip to content

Commit

Permalink
Merge pull request #4268 from OSGeo/backport-4267-to-9.5
Browse files Browse the repository at this point in the history
[Backport 9.5] Omit trailing blank line in `proj_create_crs_to_crs` portion of C quickstart
  • Loading branch information
rouault authored Oct 5, 2024
2 parents 4100f48 + 7268987 commit d81431f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/development/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Next we create the :c:type:`PJ` transformation object ``P`` with the function

.. literalinclude:: ../../../examples/pj_obs_api_mini_demo.c
:language: c
:lines: 23-31
:lines: 23-30
:dedent: 4

Here we have set up a transformation from geographic coordinates to UTM zone
Expand Down Expand Up @@ -141,7 +141,7 @@ most projected CRS.

.. literalinclude:: ../../../examples/pj_obs_api_mini_demo.c
:language: c
:lines: 36-42
:lines: 36-41
:dedent: 4

Next we create a :c:type:`PJ_COORD` coordinate object, using the function
Expand Down

0 comments on commit d81431f

Please sign in to comment.