Remove trailing whitespace
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
committed by
Keith Packard
parent
1763550d01
commit
15bc35c6e4
@@ -99,7 +99,7 @@ Ps2Read (int ps2Port, void *closure)
|
||||
flags |= right_button;
|
||||
if (b[0] & 1)
|
||||
flags |= left_button;
|
||||
|
||||
|
||||
dx = b[1];
|
||||
if (b[0] & 0x10)
|
||||
dx -= 256;
|
||||
@@ -146,7 +146,7 @@ static Status
|
||||
Ps2Enable (KdPointerInfo *pi)
|
||||
{
|
||||
int fd;
|
||||
|
||||
|
||||
if (!pi)
|
||||
return BadImplementation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user