mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
CodeStyle: prevent space in code indents
This commit is contained in:
parent
a3fff9f87b
commit
1995a33df9
12 changed files with 76 additions and 67 deletions
|
|
@ -1105,7 +1105,7 @@ cursor_init(struct seat *seat)
|
|||
wl_signal_add(&seat->cursor->events.motion, &seat->cursor_motion);
|
||||
seat->cursor_motion_absolute.notify = cursor_motion_absolute;
|
||||
wl_signal_add(&seat->cursor->events.motion_absolute,
|
||||
&seat->cursor_motion_absolute);
|
||||
&seat->cursor_motion_absolute);
|
||||
seat->cursor_button.notify = cursor_button;
|
||||
wl_signal_add(&seat->cursor->events.button, &seat->cursor_button);
|
||||
seat->cursor_axis.notify = cursor_axis;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue