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:
Linus Groh 2022-11-27 12:12:02 +01:00
commit babfc13c84
Notes: sideshowbarker 2024-07-17 18:46:57 +09:00
7 changed files with 1 additions and 21 deletions

View file

@ -216,10 +216,8 @@ public:
other.exchange(ptr);
}
// clang-format off
private:
NonnullLockRefPtr() = delete;
// clang-format on
ALWAYS_INLINE T* as_ptr() const
{