diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-05-07 21:43:22 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-05-07 21:43:22 +0200 |
| commit | ae1ed6641210c3d7bf570688d11b28c6460e4e9c (patch) | |
| tree | 6e37d6e330cc59c8d81ad80091f8d990b9e03ee1 /src/PJ_pipeline.c | |
| parent | a4a1cebe729c6eb3843b3a646d8e5f1cbb50920e (diff) | |
| download | PROJ-ae1ed6641210c3d7bf570688d11b28c6460e4e9c.tar.gz PROJ-ae1ed6641210c3d7bf570688d11b28c6460e4e9c.zip | |
Clean readability-inconsistent-declaration-parameter-name clang-tidy warnings
Diffstat (limited to 'src/PJ_pipeline.c')
| -rw-r--r-- | src/PJ_pipeline.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PJ_pipeline.c b/src/PJ_pipeline.c index aa7d76f8..2e5863fd 100644 --- a/src/PJ_pipeline.c +++ b/src/PJ_pipeline.c @@ -118,8 +118,8 @@ static PJ_COORD pipeline_forward_4d (PJ_COORD, PJ *P); static PJ_COORD pipeline_reverse_4d (PJ_COORD, PJ *P); static XYZ pipeline_forward_3d (LPZ lpz, PJ *P); static LPZ pipeline_reverse_3d (XYZ xyz, PJ *P); -static XY pipeline_forward (LP lpz, PJ *P); -static LP pipeline_reverse (XY xyz, PJ *P); +static XY pipeline_forward (LP lp, PJ *P); +static LP pipeline_reverse (XY xy, PJ *P); |
