changed a lot of small clang-tidy warnings

This commit is contained in:
churl
2022-05-23 17:06:11 +02:00
parent b78faebdc5
commit 7927220247
30 changed files with 158 additions and 190 deletions
+1 -2
View File
@@ -29,9 +29,8 @@
class Coroutine : public Chain {
private:
Coroutine(const Coroutine& copy); // Verhindere Kopieren
Coroutine(const Coroutine& copy) = delete; // Verhindere Kopieren
private:
struct CoroutineState regs;
public: