LibWeb: Run clang-format on ReplacedBox.cpp

This commit is contained in:
Andreas Kling 2020-12-05 23:41:07 +01:00
parent 66a053da77
commit 04e1827864
Notes: sideshowbarker 2024-07-19 01:02:46 +09:00

View file

@ -25,8 +25,8 @@
*/
#include <LibWeb/DOM/Element.h>
#include <LibWeb/Layout/InlineFormattingContext.h>
#include <LibWeb/Layout/BlockBox.h>
#include <LibWeb/Layout/InlineFormattingContext.h>
#include <LibWeb/Layout/ReplacedBox.h>
namespace Web::Layout {