mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-31 11:17:35 +02:00
Fix formatting
This commit is contained in:
@ -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_;
|
||||
|
||||
|
Reference in New Issue
Block a user