Indentation

This commit is contained in:
ejurgensen 2014-05-04 22:36:37 +02:00
parent 7e43a42c88
commit 305c1a141c
2 changed files with 52 additions and 53 deletions

View File

@ -1253,8 +1253,7 @@ dacp_reply_playqueuecontents(struct evhttp_request *req, struct evbuffer *evbuf,
} }
for (n = 0; n < history->count && n < abs(span); n++) for (n = 0; n < history->count && n < abs(span); n++)
{ {
ret = playqueuecontents_add_source(songlist, history->id[(start_index + n) % MAX_HISTORY_COUNT], (n + 1), ret = playqueuecontents_add_source(songlist, history->id[(start_index + n) % MAX_HISTORY_COUNT], (n + 1), status.plid);
status.plid);
if (ret < 0) if (ret < 0)
{ {
DPRINTF(E_LOG, L_DACP, "Could not add song to songlist for playqueue-contents\n"); DPRINTF(E_LOG, L_DACP, "Could not add song to songlist for playqueue-contents\n");