diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-04 11:39:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-04 11:39:14 +0100 |
| commit | f278b5bee641dd94245ed54f4eb75e29c3d4d993 (patch) | |
| tree | ec5700b9a252f27670e821da9f821c8bed867052 /src/transformations/defmodel.hpp | |
| parent | 948f39a4da835d9e770ece735d58ac488591bd76 (diff) | |
| parent | 095731d53405309c38bebe31af51d141f6319f1a (diff) | |
| download | PROJ-f278b5bee641dd94245ed54f4eb75e29c3d4d993.tar.gz PROJ-f278b5bee641dd94245ed54f4eb75e29c3d4d993.zip | |
Merge pull request #2551 from rouault/clang_format
Reformat code with clang-format-10 from ubuntu 20.04
Diffstat (limited to 'src/transformations/defmodel.hpp')
| -rw-r--r-- | src/transformations/defmodel.hpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/transformations/defmodel.hpp b/src/transformations/defmodel.hpp index 6bf37d8b..7b511495 100644 --- a/src/transformations/defmodel.hpp +++ b/src/transformations/defmodel.hpp @@ -66,9 +66,9 @@ using json = nlohmann::json; class SpatialExtent { public: /** Parse the provided object as an extent. - * - * @throws ParsingException - */ + * + * @throws ParsingException + */ static SpatialExtent parse(const json &j); double minx() const { return mMinx; } @@ -130,9 +130,9 @@ class Epoch { class Component { public: /** Parse the provided object as a component. - * - * @throws ParsingException - */ + * + * @throws ParsingException + */ static Component parse(const json &j); /** Get a text description of the component. */ @@ -630,7 +630,7 @@ class Evaluator { // --------------------------------------------------------------------------- -} // namespace DeformationModel +} // namespace DEFORMATON_MODEL_NAMESPACE // --------------------------------------------------------------------------- |
