Skip to content

Commit

Permalink
clang-formatx2
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdwoe committed Oct 24, 2024
1 parent eaf3cc7 commit 53652bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Hyprpaper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,7 @@ void CHyprpaper::renderWallpaperForMonitor(SMonitor* pMonitor) {
cairo_pattern_t* pattern = cairo_pattern_create_for_surface(PWALLPAPERTARGET->m_pCairoSurface);
cairo_pattern_set_extend(pattern, CAIRO_EXTEND_REPEAT);
cairo_set_source(PCAIRO, pattern);
}
else
{
} else {
cairo_scale(PCAIRO, scale, scale);
cairo_set_source_surface(PCAIRO, PWALLPAPERTARGET->m_pCairoSurface, origin.x, origin.y);
}
Expand Down

0 comments on commit 53652bb

Please sign in to comment.