Skip to content

Commit 1a08804

Browse files
committed
fix another inconsistent indentation
1 parent 1ffc966 commit 1a08804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/parser/parser.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9402,7 +9402,7 @@ namespace boost { namespace parser {
94029402
attr);
94039403
}
94049404
else
9405-
#endif // BOOST_PARSER_DISABLE_TRACE
9405+
#endif // BOOST_PARSER_DISABLE_TRACE
94069406
{
94079407
return reset = detail::skip_parse_impl<false>(
94089408
first,

0 commit comments

Comments
 (0)