From 96fb0df440cfbb96a165549eda2dd9aa2871a080 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 29 Apr 2022 14:27:09 -0400 Subject: [PATCH] Remove stray semicolons. --- Machines/Amiga/Flags.hpp | 2 +- Machines/StateProducer.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Machines/Amiga/Flags.hpp b/Machines/Amiga/Flags.hpp index 7fed0a7e1..35c347d23 100644 --- a/Machines/Amiga/Flags.hpp +++ b/Machines/Amiga/Flags.hpp @@ -44,6 +44,6 @@ enum class DMAFlag: uint16_t { BlitterBusy = 1 << 14, }; -}; +} #endif /* Flags_hpp */ diff --git a/Machines/StateProducer.hpp b/Machines/StateProducer.hpp index 3a27e3cd0..2310edfee 100644 --- a/Machines/StateProducer.hpp +++ b/Machines/StateProducer.hpp @@ -21,6 +21,6 @@ struct StateProducer { // } }; -}; +} #endif /* State_h */