Skip to content

Commit

Permalink
Omit trailing blank line in proj_create_crs_to_crs portion of C qui…
Browse files Browse the repository at this point in the history
…ckstart
  • Loading branch information
mohawk2 committed Oct 4, 2024
1 parent 0134c14 commit bc6d063
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 bc6d063

Please sign in to comment.