Quellcode durchsuchen

LibWeb: Run clang-format on ReplacedBox.cpp

Andreas Kling vor 4 Jahren
Ursprung
Commit
04e1827864
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 {