Skip to content

Commit

Permalink
ast: Fix formatting for more recent clang-format versions
Browse files Browse the repository at this point in the history
gcc/rust/ChangeLog:

	* ast/rust-ast.cc (FormatArgs::set_outer_attrs): Fix formatting.
  • Loading branch information
CohenArthur committed Jan 20, 2025
1 parent 49f5d2d commit b01380b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gcc/rust/ast/rust-ast.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5044,7 +5044,8 @@ FormatArgs::get_outer_attrs ()
rust_unreachable ();
}

void FormatArgs::set_outer_attrs (std::vector<Attribute>)
void
FormatArgs::set_outer_attrs (std::vector<Attribute>)
{
rust_unreachable ();
}
Expand Down

0 comments on commit b01380b

Please sign in to comment.