OSDN Git Service
(root)
/
android-x86
/
external-bluetooth-bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6db3b6f
)
avdtp: Fix minor coding style issue
author
Johan Hedberg
<johan.hedberg@intel.com>
Thu, 10 Oct 2013 20:37:05 +0000
(22:37 +0200)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Thu, 10 Oct 2013 20:37:05 +0000
(22:37 +0200)
profiles/audio/avdtp.c
patch
|
blob
|
history
diff --git
a/profiles/audio/avdtp.c
b/profiles/audio/avdtp.c
index
5b8d7b1
..
622dff8
100644
(file)
--- a/
profiles/audio/avdtp.c
+++ b/
profiles/audio/avdtp.c
@@
-3872,8
+3872,7
@@
unsigned int avdtp_add_state_cb(struct btd_device *dev,
state_cb->id = ++id;
state_cb->user_data = user_data;
- state_callbacks = g_slist_append(state_callbacks,
- state_cb);
+ state_callbacks = g_slist_append(state_callbacks, state_cb);
return state_cb->id;
}