From 85859544fa306db03c791df8e56897f3c3089420 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 22 Nov 2020 14:40:55 +0100 Subject: [PATCH] LibWeb: Run clang-format on FormattingContext.h --- Libraries/LibWeb/Layout/FormattingContext.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/LibWeb/Layout/FormattingContext.h b/Libraries/LibWeb/Layout/FormattingContext.h index 0b681b88f0..217b3af3aa 100644 --- a/Libraries/LibWeb/Layout/FormattingContext.h +++ b/Libraries/LibWeb/Layout/FormattingContext.h @@ -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();