udevng: Fix minor whitespace violation

This commit is contained in:
Denis Kenzior 2011-08-05 20:05:33 -05:00
parent b337d18560
commit 52ac1749e0
1 changed files with 2 additions and 2 deletions

View File

@ -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) {