From 5de25e03f52a835330169e6cb2c215fc3fabb3c3 Mon Sep 17 00:00:00 2001 From: Anderson Lizardo Date: Thu, 3 Jan 2013 10:15:02 -0400 Subject: [PATCH] input: Minor whitespace fixes --- profiles/input/device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/input/device.c b/profiles/input/device.c index e69d6472c..3d5ee20f2 100644 --- a/profiles/input/device.c +++ b/profiles/input/device.c @@ -277,11 +277,11 @@ static gboolean encrypt_notify(GIOChannel *io, GIOCondition condition, struct input_device *idev = data; int err; - DBG(" "); + DBG(""); err = ioctl_connadd(idev->req); if (err < 0) { - error("ioctl_connadd(): %s(%d)", strerror(-err), -err); + error("ioctl_connadd(): %s (%d)", strerror(-err), -err); close(idev->req->intr_sock); close(idev->req->ctrl_sock); } -- 2.47.3