mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 04:12:40 +00: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