lavc/libxavs2: Cosmetics: Fix indentation for switch statement

Cosmetics: Fix indentation for switch statement like the Linux
kerenl style.

Signed-off-by: Jun Zhao <mypopydev@gmail.com>
This commit is contained in:
Jun Zhao 2018-12-30 13:27:21 +08:00
parent 807b57a31b
commit 796da4f3e0
1 changed files with 17 additions and 17 deletions

View File

@ -271,7 +271,7 @@ static const AVClass libxavs2 = {
static const AVCodecDefault xavs2_defaults[] = { static const AVCodecDefault xavs2_defaults[] = {
{ "b", "0" }, { "b", "0" },
{ "g", "48" }, { "g", "48"},
{ "bf", "7" }, { "bf", "7" },
{ NULL }, { NULL },
}; };