mirror of
https://github.com/fmtlib/fmt.git
synced 2025-08-02 04:04:44 +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.
|
// A converter from UTF-16/UTF-32 (host endian) to UTF-8.
|
||||||
template <typename WChar, typename Buffer = memory_buffer>
|
template <typename WChar, typename Buffer = memory_buffer> class to_utf8 {
|
||||||
class to_utf8 {
|
|
||||||
private:
|
private:
|
||||||
Buffer buffer_;
|
Buffer buffer_;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user