mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-03 18:08:29 -04:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@@ -15,8 +15,7 @@ public:
|
||||
// Base class for all objects which need to be notified about GPU events
|
||||
class DebuggerObserver {
|
||||
public:
|
||||
DebuggerObserver() : observed(nullptr) {
|
||||
}
|
||||
DebuggerObserver() : observed(nullptr) {}
|
||||
|
||||
virtual ~DebuggerObserver() {
|
||||
if (observed)
|
||||
|
||||
Reference in New Issue
Block a user