We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nix fmt
1 parent d276cd9 commit dd9d7bbCopy full SHA for dd9d7bb
libnixt/include/nixt/Visitor.h
@@ -89,7 +89,9 @@ template <class Derived> struct RecursiveASTVisitor {
89
bool RecursiveASTVisitor<Derived>::traverse##TYPE(const nix::TYPE *T) { \
90
if (!getDerived().shouldTraversePostOrder()) \
91
TRY_TO(visit##TYPE(T)); \
92
- { CODE; } \
+ { \
93
+ CODE; \
94
+ } \
95
if (getDerived().shouldTraversePostOrder()) \
96
97
return true; \
0 commit comments