LibWeb: Run clang-format on FormattingContext.h

This commit is contained in:
Andreas Kling 2020-11-22 14:40:55 +01:00
parent e1a24edfa9
commit 85859544fa
Notes: sideshowbarker 2024-07-19 01:19:39 +09:00

View file

@ -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();