From d5e07c53993d73cdc85c6cbe48694aa9cc3872f4 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 3 Mar 2021 18:34:50 +0100 Subject: Reformat code with clang-format-10 from ubuntu 20.04 --- include/proj/io.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/proj/io.hpp') diff --git a/include/proj/io.hpp b/include/proj/io.hpp index bc11c220..2f935a0c 100644 --- a/include/proj/io.hpp +++ b/include/proj/io.hpp @@ -711,8 +711,8 @@ class PROJ_GCC_DLL WKTNode { PROJ_DLL void addChild(WKTNodeNNPtr &&child); PROJ_DLL const WKTNodePtr &lookForChild(const std::string &childName, int occurrence = 0) const noexcept; - PROJ_DLL int countChildrenOfName(const std::string &childName) const - noexcept; + PROJ_DLL int + countChildrenOfName(const std::string &childName) const noexcept; PROJ_DLL std::string toString() const; -- cgit v1.2.3