I just learned how clang-format works. Fail.

This commit is contained in:
CarlTSpeak
2025-08-08 11:22:56 +01:00
parent 210ab2930c
commit 0aea1f5385
2 changed files with 22 additions and 10 deletions

View File

@@ -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)