mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-03-26 19:09:03 +01:00
Apply automatic code formatting
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
#include <deque>
|
||||
#include <mutex>
|
||||
#include <optional>
|
||||
#include <deque>
|
||||
|
||||
template <typename T>
|
||||
class ThreadSafeQueue {
|
||||
|
||||
Reference in New Issue
Block a user