mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
Fixed indentation
This commit is contained in:
parent
b3ca73c0ac
commit
8fd25cbc5b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ struct sample_keyboard {
|
||||||
};
|
};
|
||||||
|
|
||||||
void configure_cursor(struct wlr_cursor *cursor, struct wlr_input_device *device,
|
void configure_cursor(struct wlr_cursor *cursor, struct wlr_input_device *device,
|
||||||
struct sample_state *sample) {
|
struct sample_state *sample) {
|
||||||
struct sample_output *output;
|
struct sample_output *output;
|
||||||
wlr_log(L_ERROR, "Configuring cursor %p for device %p", cursor, device);
|
wlr_log(L_ERROR, "Configuring cursor %p for device %p", cursor, device);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue