mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +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
Notes:
sideshowbarker
2024-07-17 18:46:57 +09:00
Author: https://github.com/linusg
Commit: babfc13c84
Pull-request: https://github.com/SerenityOS/serenity/pull/15654
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/alimpfard
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