浏览代码

LibPDF: Alphabetize clip_ fields in RenderingPreferences

No behavior change.
Nico Weber 1 年之前
父节点
当前提交
90fdf738a1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Userland/Libraries/LibPDF/Renderer.h

+ 1 - 1
Userland/Libraries/LibPDF/Renderer.h

@@ -90,8 +90,8 @@ struct RenderingPreferences {
     bool show_clipping_paths { false };
     bool show_images { true };
 
-    bool clip_paths { true };
     bool clip_images { true };
+    bool clip_paths { true };
 
     unsigned hash() const
     {