mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 05:37:58 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -15,8 +15,7 @@ struct ThreadContext;
|
||||
/// Generic ARM11 CPU interface
|
||||
class ARM_Interface : NonCopyable {
|
||||
public:
|
||||
virtual ~ARM_Interface() {
|
||||
}
|
||||
virtual ~ARM_Interface() {}
|
||||
|
||||
/**
|
||||
* Runs the CPU for the given number of instructions
|
||||
|
Reference in New Issue
Block a user