summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kinfo.c
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2010-01-02 05:43:25 +0600
committerKeith Packard <keithp@keithp.com>2010-01-01 23:22:49 -0800
commit15bc35c6e44c65812de5c3e85ec8bbf78b032ded (patch)
tree7fd6fa35edc261b75fad0a1e02a33a784f73f807 /hw/kdrive/src/kinfo.c
parent1763550d0181ac1c775b9ddf490114eff2fbe67e (diff)
Remove trailing whitespace
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/kdrive/src/kinfo.c')
-rw-r--r--hw/kdrive/src/kinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/kdrive/src/kinfo.c b/hw/kdrive/src/kinfo.c
index 4551fd76b..af6415690 100644
--- a/hw/kdrive/src/kinfo.c
+++ b/hw/kdrive/src/kinfo.c
@@ -155,10 +155,10 @@ KdFreePointer(KdPointerInfo *pi)
if (prev)
xfree(prev);
-
+
xfree(pi);
}
-
+
void
KdFreeKeyboard(KdKeyboardInfo *ki)
{