LibPDF: Alphabetize clip_ fields in RenderingPreferences

No behavior change.
This commit is contained in:
Nico Weber 2024-01-19 20:00:32 -08:00 committed by Andreas Kling
parent 66f8259a0b
commit 90fdf738a1

View file

@ -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
{