refactor: fix comment spacing in option.h (#16749)

This commit is contained in:
zeertzjq 2021-12-22 09:13:17 +08:00 committed by GitHub
parent 33cd1ba00a
commit 0c35fd5fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ typedef enum {
OPT_ONECOLUMN = 64, ///< list options one per line
OPT_NO_REDRAW = 128, ///< ignore redraw flags on option
OPT_SKIPRTP = 256, ///< "skiprtp" in 'sessionoptions'
OPT_CLEAR = 512, ///< Clear local value of an option.
OPT_CLEAR = 512, ///< Clear local value of an option.
} OptionFlags;
#ifdef INCLUDE_GENERATED_DECLARATIONS