mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 18:12:32 -07:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@@ -58,8 +58,7 @@ enum {
|
||||
|
||||
class Object : NonCopyable {
|
||||
public:
|
||||
virtual ~Object() {
|
||||
}
|
||||
virtual ~Object() {}
|
||||
|
||||
/// Returns a unique identifier for the object. For debugging purposes only.
|
||||
unsigned int GetObjectId() const {
|
||||
|
Reference in New Issue
Block a user