Skip to content

Commit 920e90f

Browse files
da-liiiclaude
andcommitted
[0160] Apply code formatting
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 7980dda commit 920e90f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/Plugins/Pdf/pdf_hummus_renderer.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,9 +1660,8 @@ pdf_hummus_renderer_rep::image (url u, double w, double h, SI x, SI y,
16601660
// from Qt's QImage loader), fallback to rasterization to avoid extreme
16611661
// scaling that produces spurious lines.
16621662
if (im->w <= 1 || im->h <= 1) {
1663-
scalable sim=
1664-
load_scalable_image (u, (SI) (w * pixel), (SI) (h * pixel), tree (),
1665-
pixel);
1663+
scalable sim= load_scalable_image (u, (SI) (w * pixel), (SI) (h * pixel),
1664+
tree (), pixel);
16661665
renderer_rep::draw_scalable (sim, x, y, alpha);
16671666
return;
16681667
}

0 commit comments

Comments
 (0)