summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-16 15:48:56 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-16 15:48:56 +0000
commitef260cc7b76c88047d9f68b75dd0b2446ed0b354 (patch)
tree3214d6d3e8ab2ca56f19fe439f4a9a533a3350ff /cfg-mplayer.h
parentb79a29d54a0e227496cf465e284f80bdcf7ceac6 (diff)
downloadmpv-ef260cc7b76c88047d9f68b75dd0b2446ed0b354.tar.bz2
mpv-ef260cc7b76c88047d9f68b75dd0b2446ed0b354.tar.xz
COSMETICS: fixed broken indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19860 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 5bca0469cc..52a43ba4fc 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -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"