Browse Source

LibWeb: Run clang-format on ReplacedBox.cpp

Andreas Kling 4 năm trước cách đây
mục cha
commit
04e1827864
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Libraries/LibWeb/Layout/ReplacedBox.cpp

+ 1 - 1
Libraries/LibWeb/Layout/ReplacedBox.cpp

@@ -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 {