Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Li committed Apr 30, 2024
1 parent 26c9247 commit 0c5deba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bitmask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ auto sperr::Bitmask::has_true(size_t start, size_t len) const -> int64_t
if (word & (uint64_t{1} << i))
return processed_bits + i;
#endif
}
}
else
return 1;
}
Expand Down

0 comments on commit 0c5deba

Please sign in to comment.