mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 09:04:30 +00:00
SharedGraphics: Run clang-format on everything.
This commit is contained in:
@@ -39,7 +39,7 @@ void DisjointRectSet::shatter()
|
||||
}
|
||||
output.append(r1);
|
||||
}
|
||||
next_pass:
|
||||
next_pass:
|
||||
swap(output, m_rects);
|
||||
} while(pass_had_intersections);
|
||||
} while (pass_had_intersections);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user