From 7c9a25e3a7bfbc50d4e7e8c151d08c213076d960 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 6 Feb 2009 13:35:36 -0800 Subject: Various coding style cleanups --- src/storage.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/storage.c') diff --git a/src/storage.c b/src/storage.c index a03723a6..11760fa6 100644 --- a/src/storage.c +++ b/src/storage.c @@ -847,8 +847,8 @@ sdp_record_t *record_from_string(const gchar *str) tmp[2] = 0; for (i = 0; i < size; i++) { - memcpy(tmp, str + (i * 2), 2); - pdata[i] = (uint8_t) strtol(tmp, NULL, 16); + memcpy(tmp, str + (i * 2), 2); + pdata[i] = (uint8_t) strtol(tmp, NULL, 16); } rec = sdp_extract_pdu(pdata, size, &len); @@ -1068,8 +1068,8 @@ int read_device_id(const gchar *srcaddr, const gchar *dstaddr, if (err) { /* FIXME: We should try EIR data if we have it, too */ - /* If we don't have the data, we don't want to go - through the above search every time. */ + /* If we don't have the data, we don't want to go through the + * above search every time. */ lsource = 0xffff; lvendor = 0x0000; lproduct = 0x0000; -- cgit