mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
astyle
This commit is contained in:
@@ -14,7 +14,7 @@ class stack_devicebuf :public std::streambuf
|
||||
{
|
||||
public:
|
||||
using Base = std::streambuf;
|
||||
using stackbuf = stack_buf<192>;
|
||||
using stackbuf = stack_buf<192>;
|
||||
stack_devicebuf() = default;
|
||||
~stack_devicebuf() = default;
|
||||
stack_devicebuf& operator=(const stack_devicebuf&) = delete;
|
||||
|
Reference in New Issue
Block a user