Bläddra i källkod

LibWeb: Run clang-format on ReplacedBox.cpp

Andreas Kling 4 år sedan
förälder
incheckning
04e1827864
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 {