From b106db583a45c2b8e7b1684b525ac50d4790ee50 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 23 Dec 2010 18:24:34 -0600 Subject: gisi: Don't go over 80 characters --- gisi/modem.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gisi') diff --git a/gisi/modem.c b/gisi/modem.c index 9fb4d34c..82882902 100644 --- a/gisi/modem.c +++ b/gisi/modem.c @@ -298,7 +298,8 @@ static gboolean isi_callback(GIOChannel *channel, GIOCondition cond, modem->trace(&msg, NULL); key = addr.spn_resource; - mux = g_hash_table_lookup(modem->services, GINT_TO_POINTER(key)); + mux = g_hash_table_lookup(modem->services, + GINT_TO_POINTER(key)); if (mux == NULL) { /* * Unfortunately, the FW report has the wrong -- cgit v1.2.3