diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-03 17:45:53 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-03-03 17:45:53 +0100 |
| commit | 095731d53405309c38bebe31af51d141f6319f1a (patch) | |
| tree | efa9f1e916c1c1373298900ac4e66702beec8f35 /test/unit/test_crs.cpp | |
| parent | 9e2eb067585b9a61b2b5e636547ac80dd4d01d06 (diff) | |
| download | PROJ-095731d53405309c38bebe31af51d141f6319f1a.tar.gz PROJ-095731d53405309c38bebe31af51d141f6319f1a.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.cpp | 5 |
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))); } // --------------------------------------------------------------------------- |
