Skip to content

Commit

Permalink
Merge pull request #4267 from mohawk2/patch-1
Browse files Browse the repository at this point in the history
Omit trailing blank line in `proj_create_crs_to_crs` portion of C quickstart
  • Loading branch information
rouault authored Oct 4, 2024
2 parents 0134c14 + bc6d063 commit 702847d
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 702847d

Please sign in to comment.