Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorostsa committed Jul 27, 2023
1 parent 8161187 commit 24d7f83
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ namespace hpx {
};

template <typename T>
struct is_trivially_relocatable<T const volatile> : is_trivially_relocatable<T>
struct is_trivially_relocatable<T const volatile>
: is_trivially_relocatable<T>
{
};

Expand Down

0 comments on commit 24d7f83

Please sign in to comment.