From 53e51cae062d7bbb8dbc287e0d63d408c822d7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Lei=C3=9Fa?= Date: Mon, 13 Mar 2023 02:15:44 +0100 Subject: [PATCH] clang-format --- thorin/def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/thorin/def.h b/thorin/def.h index 82d332e6a8..ec9642a79b 100644 --- a/thorin/def.h +++ b/thorin/def.h @@ -173,6 +173,7 @@ public: THORIN_SETTERS(T) \ T* stub(World& w, const Def* type) { return stub_(w, type)->set(dbg())->as(); } \ static constexpr auto Node = Node::T; \ + \ private: \ Ref rebuild_(World&, Ref, Defs) const override; \ friend class World;