mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
cosmetics: fix alignment
This commit is contained in:
parent
f6904b50f4
commit
3697c56a9f
@ -138,7 +138,7 @@ mm_text_io_c::get_encoding(byte_order_mark_e byte_order_mark) {
|
||||
: byte_order_mark_e::utf16_le == byte_order_mark ? "UTF-16LE"s
|
||||
: byte_order_mark_e::utf16_be == byte_order_mark ? "UTF-16BE"s
|
||||
: byte_order_mark_e::utf32_le == byte_order_mark ? "UTF-32LE"s
|
||||
: "UTF-32BE"s;
|
||||
: "UTF-32BE"s;
|
||||
}
|
||||
|
||||
// 1 byte: 0xxxxxxx,
|
||||
|
Loading…
Reference in New Issue
Block a user