Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
wind1900 committed Dec 4, 2024
1 parent b09a857 commit df842c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Edit/Interface/edit_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ edit_interface_rep::apply_changes () {
if (tremble_count > 3) dw= (1 + min (tremble_count - 3, 25)) * 2 * pixel;
SI /*P1= zpixel,*/ P2= 2 * zpixel, P3= 3 * zpixel;
cursor cu= get_cursor ();
copy_always= rectangles ();
copy_always = rectangles ();
rectangle ocr (oc->ox + ((SI) ((oc->y1 - dw) * oc->slope)) - P3 - dw,
oc->oy + (oc->y1 - dw) - P3,
oc->ox + ((SI) ((oc->y2 + dw) * oc->slope)) + P2 + dw,
Expand Down

0 comments on commit df842c5

Please sign in to comment.