From 04e1827864a94b254c1776c252b280edf11fbe4c Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 5 Dec 2020 23:41:07 +0100 Subject: [PATCH] LibWeb: Run clang-format on ReplacedBox.cpp --- Libraries/LibWeb/Layout/ReplacedBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/LibWeb/Layout/ReplacedBox.cpp b/Libraries/LibWeb/Layout/ReplacedBox.cpp index 9b801ba8f1..a8b40f039f 100644 --- a/Libraries/LibWeb/Layout/ReplacedBox.cpp +++ b/Libraries/LibWeb/Layout/ReplacedBox.cpp @@ -25,8 +25,8 @@ */ #include -#include #include +#include #include namespace Web::Layout {