From 3697c56a9fa4943c40ce0c0e6076ec5a3bd967be Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 22 Sep 2020 21:38:02 +0200 Subject: [PATCH] cosmetics: fix alignment --- src/common/mm_text_io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/mm_text_io.cpp b/src/common/mm_text_io.cpp index 1231253ca..d1a1c4de2 100644 --- a/src/common/mm_text_io.cpp +++ b/src/common/mm_text_io.cpp @@ -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,