Skip to content

Commit 50780f6

Browse files
committed
style(deskew): clang-format OptionsWidget after apply-to trim wiring
1 parent 6e6d953 commit 50780f6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/core/filters/deskew/OptionsWidget.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,7 @@ void OptionsWidget::appliedTo(const std::set<PageId>& pages, const bool applyDes
7676
}
7777
}
7878

79-
void OptionsWidget::appliedToAllPages(const std::set<PageId>& pages,
80-
const bool applyDeskew,
81-
const bool applyOblique) {
79+
void OptionsWidget::appliedToAllPages(const std::set<PageId>& pages, const bool applyDeskew, const bool applyOblique) {
8280
if (pages.empty() || (!applyDeskew && !applyOblique)) {
8381
return;
8482
}

0 commit comments

Comments
 (0)