mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
COSMETICS: fixed broken indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19860 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b79a29d54a
commit
ef260cc7b7
@ -367,8 +367,8 @@ m_option_t mplayer_opts[]={
|
||||
{"key-fifo-size", &key_fifo_size, CONF_TYPE_INT, CONF_RANGE, 2, 65000, NULL},
|
||||
{"noconsolecontrols", &noconsolecontrols, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
|
||||
{"consolecontrols", &noconsolecontrols, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 0, NULL},
|
||||
{"mouse-movements", &enable_mouse_movements, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
|
||||
{"nomouse-movements", &enable_mouse_movements, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 0, NULL},
|
||||
{"mouse-movements", &enable_mouse_movements, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
|
||||
{"nomouse-movements", &enable_mouse_movements, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 0, NULL},
|
||||
|
||||
#define MAIN_CONF
|
||||
#include "cfg-common.h"
|
||||
|
Loading…
Reference in New Issue
Block a user