mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-02 09:47:03 +03:00
hwdb: indent commented properties
This way it's clear that the property block does not end at the comment. The python checker will complain if this is not the case. We had a few bugs before where two match blocks were merged by mistake, and this change should help avoid that.
This commit is contained in:
parent
3d431503b3
commit
40e7518b03
@ -482,8 +482,7 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pnFalco:pvr*
|
|||||||
KEYBOARD_KEY_43=volumedown
|
KEYBOARD_KEY_43=volumedown
|
||||||
KEYBOARD_KEY_44=volumeup
|
KEYBOARD_KEY_44=volumeup
|
||||||
KEYBOARD_KEY_db=search # Same position as caps lock key on most keyboards
|
KEYBOARD_KEY_db=search # Same position as caps lock key on most keyboards
|
||||||
# KEYBOARD_KEY_3e=fullscreen, no defined key sym
|
# KEYBOARD_KEY_3e=fullscreen, no defined key sym
|
||||||
|
|
||||||
|
|
||||||
# HP EliteBook 725 G2
|
# HP EliteBook 725 G2
|
||||||
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pnHPLicrice:pvr*
|
evdev:atkbd:dmi:bvn*:bvr*:bd*:svnHewlett-Packard*:pnHPLicrice:pvr*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user