mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:18:12 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -216,7 +216,7 @@ TEST_CASE(count_in_range)
|
|||
bitmap.set(i, true);
|
||||
}
|
||||
|
||||
auto count_bits_slow = [](const Bitmap& b, size_t start, size_t len, bool value) -> size_t {
|
||||
auto count_bits_slow = [](Bitmap const& b, size_t start, size_t len, bool value) -> size_t {
|
||||
size_t count = 0;
|
||||
for (size_t i = start; i < start + len; i++) {
|
||||
if (b.get(i) == value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue