Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and andreilitvin committed Oct 22, 2024
1 parent e466c11 commit 5836cea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/util/odd-sized-integers.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ inline constexpr int64_t MinSignedValue(unsigned ByteSize)
/// Readability-method to express that the maximum signed value is a null value
///
/// Our encoding states that min int value is the NULL value
inline constexpr int64_t SignedMinValueToNullValue(int64_t value) {
inline constexpr int64_t SignedMinValueToNullValue(int64_t value)
{
return value;
}

Expand Down

0 comments on commit 5836cea

Please sign in to comment.