aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_crs.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-04 11:39:22 +0100
committerGitHub <noreply@github.com>2021-03-04 11:39:22 +0100
commitda406335b35b3751eed6c0a8dea6fd820c50dccf (patch)
treef87b70f0394460ab605b541265b62fdd539c5d14 /test/unit/test_crs.cpp
parentd7d5e48de5d6775f72fcfec67a077a47618da313 (diff)
parentd5e07c53993d73cdc85c6cbe48694aa9cc3872f4 (diff)
downloadPROJ-da406335b35b3751eed6c0a8dea6fd820c50dccf.tar.gz
PROJ-da406335b35b3751eed6c0a8dea6fd820c50dccf.zip
Merge pull request #2553 from rouault/backport_8.0_clang_format
[Backport 8.0] Reformat code with clang-format-10 from ubuntu 20.04
Diffstat (limited to 'test/unit/test_crs.cpp')
-rw-r--r--test/unit/test_crs.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/unit/test_crs.cpp b/test/unit/test_crs.cpp
index 3d0a108a..5ff4dd2d 100644
--- a/test/unit/test_crs.cpp
+++ b/test/unit/test_crs.cpp
@@ -5511,8 +5511,9 @@ static ParametricCSNNPtr createParametricCS() {
PropertyMap(),
CoordinateSystemAxis::create(
PropertyMap().set(IdentifiedObject::NAME_KEY, "pressure"), "hPa",
- AxisDirection::UP, UnitOfMeasure("HectoPascal", 100,
- UnitOfMeasure::Type::PARAMETRIC)));
+ AxisDirection::UP,
+ UnitOfMeasure("HectoPascal", 100,
+ UnitOfMeasure::Type::PARAMETRIC)));
}
// ---------------------------------------------------------------------------