summaryrefslogtreecommitdiffstats
path: root/src/storage.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-02-06 13:35:36 -0800
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-06 13:35:36 -0800
commit7c9a25e3a7bfbc50d4e7e8c151d08c213076d960 (patch)
treede4ca3c55843c496ffb785d82c0bb5c9e1320ad1 /src/storage.c
parentcc2e988c606b1d23bde79210929fd7999304e66f (diff)
Various coding style cleanups
Diffstat (limited to 'src/storage.c')
-rw-r--r--src/storage.c8
1 files changed, 4 insertions, 4 deletions
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;