diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-10-15 21:03:47 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-10-15 21:03:47 +0200 |
| commit | d4245b06db73c95c70b4b82dd00e9815dcae04d8 (patch) | |
| tree | 3bda55c40d1d24432ef0ca27d3967e445e0d8a71 /test/unit/test_c_api.cpp | |
| parent | 225435e9083ebc2fd6e135dfa009d2a0339d1125 (diff) | |
| download | PROJ-d4245b06db73c95c70b4b82dd00e9815dcae04d8.tar.gz PROJ-d4245b06db73c95c70b4b82dd00e9815dcae04d8.zip | |
formatting change
Diffstat (limited to 'test/unit/test_c_api.cpp')
| -rw-r--r-- | test/unit/test_c_api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test_c_api.cpp b/test/unit/test_c_api.cpp index 9bd6cfc4..e7104fae 100644 --- a/test/unit/test_c_api.cpp +++ b/test/unit/test_c_api.cpp @@ -4084,7 +4084,7 @@ TEST_F( CApi, proj_create_crs_to_crs_from_custom_compound_crs_with_NAD83_2011_and_geoidgrid_to_WGS84_G1762) { - if( strcmp(proj_grid_info("egm96_15.gtx").format, "missing") == 0 ) { + if (strcmp(proj_grid_info("egm96_15.gtx").format, "missing") == 0) { return; // use GTEST_SKIP() if we upgrade gtest } |
