mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 20:53:56 +00:00
Extend clang-format column limit to 140
This commit is contained in:
@@ -23,8 +23,7 @@ namespace gdb_stub
|
||||
}
|
||||
}
|
||||
|
||||
connection_handler::connection_handler(network::tcp_client_socket& client,
|
||||
utils::optional_function<bool()> should_stop)
|
||||
connection_handler::connection_handler(network::tcp_client_socket& client, utils::optional_function<bool()> should_stop)
|
||||
: should_stop_(std::move(should_stop)),
|
||||
client_(client)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user