mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-26 15:11:01 +00:00
I just learned how clang-format works. Fail.
This commit is contained in:
@@ -717,10 +717,10 @@ namespace syscalls
|
||||
if (container)
|
||||
{
|
||||
if (auto* pipe = container->get_internal_device<named_pipe>())
|
||||
{
|
||||
{
|
||||
(void)pipe; // For future use: suppressing compiler issues
|
||||
// TODO c.win_emu.callbacks.on_named_pipe_write(pipe->name, temp_buffer);
|
||||
|
||||
|
||||
// TODO pipe->write_queue.push_back(temp_buffer);
|
||||
|
||||
if (io_status_block)
|
||||
|
||||
Reference in New Issue
Block a user