mirror of https://github.com/mpv-player/mpv
client API: fix indentation
This commit is contained in:
parent
5640ceb838
commit
52a0cbe456
|
@ -248,7 +248,7 @@ typedef enum mpv_error {
|
|||
* making asynchronous requests. (Bugs in the client API implementation
|
||||
* could also trigger this, e.g. if events become "lost".)
|
||||
*/
|
||||
MPV_ERROR_EVENT_QUEUE_FULL = -1,
|
||||
MPV_ERROR_EVENT_QUEUE_FULL = -1,
|
||||
/**
|
||||
* Memory allocation failed.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue