summaryrefslogtreecommitdiffstats
path: root/libmpv
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-07 18:05:27 +0200
committerwm4 <wm4@nowhere>2016-08-07 19:33:20 +0200
commit52a0cbe4568afd11ad2e24596f81712ff508112d (patch)
tree6fbda6fdc321990589a26bad43802e947f60b4fd /libmpv
parent5640ceb838711199b545336a398dcc5ae3205676 (diff)
downloadmpv-52a0cbe4568afd11ad2e24596f81712ff508112d.tar.bz2
mpv-52a0cbe4568afd11ad2e24596f81712ff508112d.tar.xz
client API: fix indentation
Diffstat (limited to 'libmpv')
-rw-r--r--libmpv/client.h2
1 files changed, 1 insertions, 1 deletions
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.
*/