summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem/debug.c
diff options
context:
space:
mode:
authorAki Niemi <aki.niemi@nokia.com>2010-12-22 17:47:22 +0200
committerAki Niemi <aki.niemi@nokia.com>2010-12-22 17:47:22 +0200
commit9b5ea0189a2f25134424eb32c64ce52b850368ff (patch)
treed78938dbe80d1039ccbc55bf623ee393c6ad6890 /drivers/isimodem/debug.c
parent4ca9022358cf84db98c550296ae969bceab14fa1 (diff)
downloadofono-9b5ea0189a2f25134424eb32c64ce52b850368ff.tar.bz2
isimodem: Minor style fixes
Diffstat (limited to 'drivers/isimodem/debug.c')
-rw-r--r--drivers/isimodem/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isimodem/debug.c b/drivers/isimodem/debug.c
index 17efae95..5ae9ac19 100644
--- a/drivers/isimodem/debug.c
+++ b/drivers/isimodem/debug.c
@@ -1083,6 +1083,6 @@ void isi_trace(const GIsiMessage *msg, void *data)
const char *resname = pn_resource_name(res);
const char *name = res_to_name(res, id);
- hex_dump(resname, res, name, id, g_isi_msg_utid(msg), g_isi_msg_data(msg),
- g_isi_msg_data_len(msg));
+ hex_dump(resname, res, name, id, g_isi_msg_utid(msg),
+ g_isi_msg_data(msg), g_isi_msg_data_len(msg));
}