Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
leissa committed Mar 13, 2023
1 parent d728a5e commit 53e51ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thorin/def.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ public:
THORIN_SETTERS(T) \
T* stub(World& w, const Def* type) { return stub_(w, type)->set(dbg())->as<T>(); } \
static constexpr auto Node = Node::T; \
\
private: \
Ref rebuild_(World&, Ref, Defs) const override; \
friend class World;
Expand Down

0 comments on commit 53e51ca

Please sign in to comment.