summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-01-28 10:38:40 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-01-28 10:38:40 +0000
commitba255beb79afb9c00ae5b71821f84f911aa8d1fe (patch)
tree66707895eb4596df0e8054052f95f07560927e2f /audio
parentd352bd04383f1c1a5ec17e267cb8d0ce70720519 (diff)
Whitespace cleanup
Diffstat (limited to 'audio')
-rw-r--r--audio/avdtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/avdtp.c b/audio/avdtp.c
index 55addb0b..30716f44 100644
--- a/audio/avdtp.c
+++ b/audio/avdtp.c
@@ -1259,7 +1259,7 @@ static gboolean avdtp_suspend_cmd(struct avdtp *session,
error("Too short suspend request");
return FALSE;
}
-
+
seid_count = 1 + size - sizeof(struct suspend_req);
seid = &req->first_seid;