core: layout: fix indentation in is_label_modifier
This commit is contained in:
parent
eb61256b2c
commit
90a32cc50c
1 changed files with 2 additions and 2 deletions
|
|
@ -320,8 +320,8 @@ impl Layout {
|
||||||
|
|
||||||
pub fn is_label_modifier(modifier: usize) -> bool
|
pub fn is_label_modifier(modifier: usize) -> bool
|
||||||
{
|
{
|
||||||
// Shift does not change the keysym used for input, but changes the
|
// Shift does not change the keysym used for input, but changes the
|
||||||
// rendered keysym.
|
// rendered keysym.
|
||||||
Self::is_keysym_modifier(modifier) || modifier == MOD_SHIFT
|
Self::is_keysym_modifier(modifier) || modifier == MOD_SHIFT
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue