Run clang-format

This commit is contained in:
Billy Laws
2023-03-26 20:07:03 +01:00
parent ea5dd02db9
commit 237934b736
3 changed files with 6 additions and 7 deletions

View File

@ -16,7 +16,6 @@
#include "common/reader_writer_queue.h"
#include "common/ring_buffer.h"
#include "common/thread.h"
#include "common/polyfill_thread.h"
namespace Core {
class System;