diff options
Diffstat (limited to 'xf86config.py')
-rw-r--r-- | xf86config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py index 6a6c4c873..19300b31d 100644 --- a/xf86config.py +++ b/xf86config.py @@ -661,7 +661,7 @@ class XF86Config: """ - def setKeyboard (self, rules, model, layout, variant, options): + def setKeyboard(self, rules, model, layout, variant, options): self.keyRules = rules self.keyModel = model self.keyLayout = layout |