mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
LibWeb: Run clang-format on FormattingContext.h
This commit is contained in:
parent
e1a24edfa9
commit
85859544fa
Notes:
sideshowbarker
2024-07-19 01:19:39 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/85859544fa3
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ public:
|
|||
LayoutBox& context_box() { return m_context_box; }
|
||||
const LayoutBox& context_box() const { return m_context_box; }
|
||||
|
||||
|
||||
protected:
|
||||
FormattingContext(LayoutBox&);
|
||||
virtual ~FormattingContext();
|
||||
|
|
Loading…
Reference in a new issue