Skip to content

Commit

Permalink
WindowServer: Remove extraneous whitespace in WindowServer.ipc
Browse files Browse the repository at this point in the history
  • Loading branch information
drunderscore authored and alimpfard committed Feb 14, 2022
1 parent a0e7a4b commit e4c182d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Userland/Services/WindowServer/WindowServer.ipc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ endpoint WindowServer
get_double_click_speed() => (int speed)

set_buttons_switched(bool switched) =|
get_buttons_switched() => (bool switched)
get_buttons_switched() => (bool switched)

get_desktop_display_scale(u32 screen_index) => (int desktop_display_scale)

Expand Down

0 comments on commit e4c182d

Please sign in to comment.