From 52a0cbe4568afd11ad2e24596f81712ff508112d Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 7 Aug 2016 18:05:27 +0200 Subject: client API: fix indentation --- libmpv/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpv') diff --git a/libmpv/client.h b/libmpv/client.h index b895d600ed..ba072b1d7d 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -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. */ -- cgit v1.2.3