From 94e5a0ffb23fba6e20051a0b596f7c7a7bd12ad6 Mon Sep 17 00:00:00 2001 From: der richter Date: Thu, 7 Mar 2024 23:31:43 +0100 Subject: [PATCH] options: remove trailing whitespaces --- options/options.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/options/options.c b/options/options.c index 3db965a3f7..80e0f6cc28 100644 --- a/options/options.c +++ b/options/options.c @@ -442,9 +442,9 @@ const struct m_sub_options filter_conf = { .opts = (const struct m_option[]){ {"deinterlace", OPT_CHOICE(deinterlace, {"no", 0}, {"yes", 1}, {"auto", -1})}, - {"deinterlace-field-parity", OPT_CHOICE(field_parity, - {"tff", MP_FIELD_PARITY_TFF}, - {"bff", MP_FIELD_PARITY_BFF}, + {"deinterlace-field-parity", OPT_CHOICE(field_parity, + {"tff", MP_FIELD_PARITY_TFF}, + {"bff", MP_FIELD_PARITY_BFF}, {"auto", MP_FIELD_PARITY_AUTO})}, {0} },