Skip to content

Commit

Permalink
fixup! hashlib: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Aug 21, 2024
1 parent afcc15f commit 2f3c736
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kernel/hashlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,14 @@ class Hasher {
struct hash_ops {
typedef hash_ops_impl<T, typename
std::conditional_t<
std::is_enum_v<T>,
enum_tag,
std::is_enum_v<T>,
enum_tag,

std::conditional_t<
std::conditional_t<
std::is_pointer_v<T>,
pointer_tag,

std::conditional_t<
std::conditional_t<
std::is_integral_v<T>,
integral_tag,

Expand Down

0 comments on commit 2f3c736

Please sign in to comment.