Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ijklam committed Jan 10, 2025
1 parent d2dda33 commit fc469d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/WeaselIPCData.h
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,8 @@ struct UIStyle {
shadow_offset_x != st.shadow_offset_x ||
shadow_offset_y != st.shadow_offset_y ||
vertical_auto_reverse != st.vertical_auto_reverse ||
comment_on_top != st.comment_on_top ||
baseline != st.baseline || linespacing != st.linespacing ||
text_color != st.text_color ||
comment_on_top != st.comment_on_top || baseline != st.baseline ||
linespacing != st.linespacing || text_color != st.text_color ||
candidate_text_color != st.candidate_text_color ||
candidate_back_color != st.candidate_back_color ||
candidate_shadow_color != st.candidate_shadow_color ||
Expand Down

0 comments on commit fc469d9

Please sign in to comment.