From e14651b83158b83b6a8d55e8054aae78d5d2b09d Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 25 Oct 2019 10:54:36 +0200 Subject: Fix indentation --- test/unit/test_c_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_c_api.cpp') diff --git a/test/unit/test_c_api.cpp b/test/unit/test_c_api.cpp index 3b6a02f2..d8968e97 100644 --- a/test/unit/test_c_api.cpp +++ b/test/unit/test_c_api.cpp @@ -4103,7 +4103,7 @@ TEST_F( ASSERT_NE(inDummyCrs, nullptr); auto crs4979 = proj_create_from_database(m_ctxt, "EPSG", "4979", - PJ_CATEGORY_CRS, false, nullptr); + PJ_CATEGORY_CRS, false, nullptr); ASSERT_NE(crs4979, nullptr); PJ *inCrsV = proj_crs_create_bound_vertical_crs(m_ctxt, inDummyCrs, crs4979, -- cgit v1.2.3