mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-05 13:22:47 +00:00
dix: fix indentation
from 9ff89a2e46
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -177,8 +177,8 @@ DeviceSetProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr prop,
|
||||
if (!isfinite(f[i]))
|
||||
return BadValue;
|
||||
|
||||
if (!dev->valuator)
|
||||
return BadMatch;
|
||||
if (!dev->valuator)
|
||||
return BadMatch;
|
||||
|
||||
if (!checkonly)
|
||||
DeviceSetTransform(dev, f);
|
||||
|
||||
Reference in New Issue
Block a user