From 22458a5d51b60076d76b1e511d04f8d423ccb1b8 Mon Sep 17 00:00:00 2001 From: Hadrien Grasland <grasland@lal.in2p3.fr> Date: Fri, 8 Dec 2017 09:03:20 +0100 Subject: [PATCH] Feed clang-format --- scripts/compareRootFiles.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/compareRootFiles.hpp b/scripts/compareRootFiles.hpp index 55332f8d..5a041a84 100644 --- a/scripts/compareRootFiles.hpp +++ b/scripts/compareRootFiles.hpp @@ -121,16 +121,17 @@ compareFloat(const T& x, const T& y) } } -template<> +template <> Ordering compare(const float& x, const float& y) { return compareFloat(x, y); } -template<> +template <> Ordering -compare(const double& x, const double& y) { +compare(const double& x, const double& y) +{ return compareFloat(x, y); } @@ -486,7 +487,7 @@ private: const std::string& branchName, const std::string elemType) { - // clang-format off +// clang-format off // We support vectors of different types by switching across type (strings) #define CREATE_VECTOR__HANDLE_TYPE(type_name) \ -- GitLab