summaryrefslogtreecommitdiff
path: root/obexd/src
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-05-29 14:10:27 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-05-29 14:40:06 +0300
commit7c535b1621339fb471540c9f735a31a7f60ae3d6 (patch)
tree2a297e54f0e43d33ac1fd3bb12083c8000f4d934 /obexd/src
parent1032b07a2b92dfd93ec834b2962b1d701c98d749 (diff)
downloadbluez-7c535b1621339fb471540c9f735a31a7f60ae3d6.tar.gz
obexd: Fix coding style
Respect 80 column limit
Diffstat (limited to 'obexd/src')
-rw-r--r--obexd/src/manager.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/obexd/src/manager.c b/obexd/src/manager.c
index f3f43cbf0..6ddee2b32 100644
--- a/obexd/src/manager.c
+++ b/obexd/src/manager.c
@@ -305,7 +305,8 @@ static char *target2str(const uint8_t *t)
return g_strdup_printf("%02X%02X%02X%02X-%02X%02X-%02X%02X-"
"%02X%02X-%02X%02X%02X%02X%02X%02X",
t[0], t[1], t[2], t[3], t[4], t[5], t[6], t[7],
- t[8], t[9], t[10], t[11], t[12], t[13], t[14], t[15]);
+ t[8], t[9], t[10], t[11], t[12], t[13], t[14],
+ t[15]);
}
static gboolean get_target(const GDBusPropertyTable *property,