mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:07:47 +00:00
Everywhere: Remove 'clang-format off' comments that are no longer needed
https://github.com/SerenityOS/serenity/pull/15654#issuecomment-1322554496
This commit is contained in:
parent
d26aabff04
commit
babfc13c84
7 changed files with 1 additions and 21 deletions
|
@ -216,10 +216,8 @@ public:
|
|||
other.exchange(ptr);
|
||||
}
|
||||
|
||||
// clang-format off
|
||||
private:
|
||||
NonnullLockRefPtr() = delete;
|
||||
// clang-format on
|
||||
|
||||
ALWAYS_INLINE T* as_ptr() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue