mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 08:27:57 -05: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