Explorar o código

LibWeb: Run clang-format on ReplacedBox.cpp

Andreas Kling %!s(int64=4) %!d(string=hai) anos
pai
achega
04e1827864
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {