aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_crs.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-03 18:34:50 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-03-03 18:34:50 +0100
commitd5e07c53993d73cdc85c6cbe48694aa9cc3872f4 (patch)
treede0719771863f6d987d5a0ac195c6e3593decc8f /test/unit/test_crs.cpp
parent5cf4ca197c36234a60976a236c1af69c76571460 (diff)
downloadPROJ-d5e07c53993d73cdc85c6cbe48694aa9cc3872f4.tar.gz
PROJ-d5e07c53993d73cdc85c6cbe48694aa9cc3872f4.zip
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)));
}
// ---------------------------------------------------------------------------