clang-tidy nit: proj_trans has inconsistent declaration #842
Comments
Nice catch. I don't think there's any reason for declaring the function in |
kbevers
added a commit
to kbevers/PROJ
that referenced
this issue
Mar 8, 2018
Changes use of 'PJ_COORD coo' to 'PJ_COORD coord' so that variable names in public function prototypes are consistent. Closes OSGeo#842.
kbevers
added a commit
to kbevers/PROJ
that referenced
this issue
Mar 8, 2018
Changes use of 'PJ_COORD coo' to 'PJ_COORD coord' so that variable names in public function prototypes are consistent. Closes OSGeo#842.
kbevers
added a commit
that referenced
this issue
Mar 9, 2018
Changes use of 'PJ_COORD coo' to 'PJ_COORD coord' so that variable names in public function prototypes are consistent. Closes #842.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
readability-inconsistent-declaration-parameter-name:
I see:
The text was updated successfully, but these errors were encountered: