소스 검색

LibWeb: Run clang-format on ReplacedBox.cpp

Andreas Kling 4 년 전
부모
커밋
04e1827864
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {