aboutsummaryrefslogtreecommitdiff
path: root/test/unit/pj_transform_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/pj_transform_test.cpp')
-rw-r--r--test/unit/pj_transform_test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit/pj_transform_test.cpp b/test/unit/pj_transform_test.cpp
index c2926df8..22f7afca 100644
--- a/test/unit/pj_transform_test.cpp
+++ b/test/unit/pj_transform_test.cpp
@@ -583,9 +583,9 @@ TEST(pj_transform_test, init_epsg) {
// ---------------------------------------------------------------------------
-TEST(proj_api_h, pj_set_searchpath ) {
+TEST(proj_api_h, pj_set_searchpath) {
- const char* path = "/i_do/not/exit";
+ const char *path = "/i_do/not/exit";
pj_set_searchpath(1, &path);
{
auto info = proj_info();
@@ -605,9 +605,9 @@ TEST(proj_api_h, pj_set_searchpath ) {
// ---------------------------------------------------------------------------
-TEST(proj_api_h, pj_set_finder ) {
+TEST(proj_api_h, pj_set_finder) {
- const auto myfinder = [](const char*) -> const char* { return nullptr; };
+ const auto myfinder = [](const char *) -> const char * { return nullptr; };
pj_set_finder(myfinder);
pj_set_finder(nullptr);