From 52ac1749e0d609781a11297c033ed8ce2ac0b136 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 5 Aug 2011 20:05:33 -0500 Subject: [PATCH] udevng: Fix minor whitespace violation --- plugins/udevng.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/udevng.c b/plugins/udevng.c index 6dac3fdc..933527dd 100644 --- a/plugins/udevng.c +++ b/plugins/udevng.c @@ -276,8 +276,8 @@ static void destroy_modem(gpointer data) static gboolean check_remove(gpointer key, gpointer value, gpointer user_data) { - struct modem_info *modem = value; - const char *devpath = user_data; + struct modem_info *modem = value; + const char *devpath = user_data; GSList *list; for (list = modem->devices; list; list = list->next) {