mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
CodeStyle: double indent in if statement
This commit is contained in:
parent
1703b4d6cc
commit
4268991105
1 changed files with 3 additions and 3 deletions
|
|
@ -96,7 +96,7 @@ configure_libinput(struct wlr_input_device *wlr_input_device)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (libinput_device_config_scroll_has_natural_scroll(libinput_dev) <= 0
|
if (libinput_device_config_scroll_has_natural_scroll(libinput_dev) <= 0
|
||||||
|| dc->natural_scroll < 0) {
|
|| dc->natural_scroll < 0) {
|
||||||
wlr_log(WLR_INFO, "natural scroll not configured");
|
wlr_log(WLR_INFO, "natural scroll not configured");
|
||||||
} else {
|
} else {
|
||||||
wlr_log(WLR_INFO, "natural scroll configured");
|
wlr_log(WLR_INFO, "natural scroll configured");
|
||||||
|
|
@ -105,7 +105,7 @@ configure_libinput(struct wlr_input_device *wlr_input_device)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (libinput_device_config_left_handed_is_available(libinput_dev) <= 0
|
if (libinput_device_config_left_handed_is_available(libinput_dev) <= 0
|
||||||
|| dc->left_handed < 0) {
|
|| dc->left_handed < 0) {
|
||||||
wlr_log(WLR_INFO, "left-handed mode not configured");
|
wlr_log(WLR_INFO, "left-handed mode not configured");
|
||||||
} else {
|
} else {
|
||||||
wlr_log(WLR_INFO, "left-handed mode configured");
|
wlr_log(WLR_INFO, "left-handed mode configured");
|
||||||
|
|
@ -137,7 +137,7 @@ configure_libinput(struct wlr_input_device *wlr_input_device)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (libinput_device_config_dwt_is_available(libinput_dev) == 0
|
if (libinput_device_config_dwt_is_available(libinput_dev) == 0
|
||||||
|| dc->dwt < 0) {
|
|| dc->dwt < 0) {
|
||||||
wlr_log(WLR_INFO, "dwt not configured");
|
wlr_log(WLR_INFO, "dwt not configured");
|
||||||
} else {
|
} else {
|
||||||
wlr_log(WLR_INFO, "dwt configured");
|
wlr_log(WLR_INFO, "dwt configured");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue