Skip to content

Commit

Permalink
More clang-format cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Newman committed Apr 11, 2023
1 parent e87f6e1 commit fd8f999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/tao/pegtl/contrib/parse_tree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ namespace tao::pegtl::parse_tree
Control< Rule >::success( in, state.back()->children.back(), st... );
}
else {
auto null_child = std::make_unique<Node>();
Control< Rule >::success( in, null_child, st... );
auto null_child = std::make_unique<Node>();
Control< Rule >::success( in, null_child, st... );
}
}

Expand Down

0 comments on commit fd8f999

Please sign in to comment.