Fix formatting
This commit is contained in:
parent
0e4278717b
commit
93d7cb12f1
@ -1413,8 +1413,7 @@ class utf8_to_utf16 {
|
||||
};
|
||||
|
||||
// A converter from UTF-16/UTF-32 (host endian) to UTF-8.
|
||||
template <typename WChar, typename Buffer = memory_buffer>
|
||||
class to_utf8 {
|
||||
template <typename WChar, typename Buffer = memory_buffer> class to_utf8 {
|
||||
private:
|
||||
Buffer buffer_;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user