cosmetics: fix alignment

This commit is contained in:
Moritz Bunkus 2020-09-22 21:38:02 +02:00
parent f6904b50f4
commit 3697c56a9f
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85

View File

@ -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,