[mpd] Cosmetic changes: fix indentation, use bool instead of int

This commit is contained in:
chme 2017-11-19 08:55:15 +01:00 committed by ejurgensen
parent a0a6b7d473
commit 360439f448

View File

@ -148,7 +148,7 @@ static const char * const ffmpeg_mime_types[] = { "application/flv", "applicatio
struct mpd_client_ctx struct mpd_client_ctx
{ {
// True if the connection is already authenticated or does not need authentication // True if the connection is already authenticated or does not need authentication
int authenticated; bool authenticated;
// The events the client needs to be notified of // The events the client needs to be notified of
short events; short events;