aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_isea.c
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-05-07 21:31:58 +0200
committerKristian Evers <kristianevers@gmail.com>2018-05-07 21:31:58 +0200
commita4a1cebe729c6eb3843b3a646d8e5f1cbb50920e (patch)
tree41dae36eb573e0fc9099462c8eabff59cc503c4d /src/PJ_isea.c
parentc4514a374af2b55887dcf45f6477829980f52d0e (diff)
downloadPROJ-a4a1cebe729c6eb3843b3a646d8e5f1cbb50920e.tar.gz
PROJ-a4a1cebe729c6eb3843b3a646d8e5f1cbb50920e.zip
Clean readability-redundant-control-flow clang-tidy warnings
Diffstat (limited to 'src/PJ_isea.c')
-rw-r--r--src/PJ_isea.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PJ_isea.c b/src/PJ_isea.c
index 3e941c77..750587a3 100644
--- a/src/PJ_isea.c
+++ b/src/PJ_isea.c
@@ -608,7 +608,6 @@ isea_orient_isea(struct isea_dgg * g)
g->o_lat = ISEA_STD_LAT;
g->o_lon = ISEA_STD_LON;
g->o_az = 0.0;
- return;
}
ISEA_STATIC
@@ -620,7 +619,6 @@ isea_orient_pole(struct isea_dgg * g)
g->o_lat = M_PI / 2.0;
g->o_lon = 0.0;
g->o_az = 0;
- return;
}
ISEA_STATIC