mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2025-12-23 20:32:40 +00:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@@ -16,10 +16,8 @@ namespace FileSys {
|
||||
|
||||
class FileBackend : NonCopyable {
|
||||
public:
|
||||
FileBackend() {
|
||||
}
|
||||
virtual ~FileBackend() {
|
||||
}
|
||||
FileBackend() {}
|
||||
virtual ~FileBackend() {}
|
||||
|
||||
/**
|
||||
* Open the file
|
||||
|
||||
Reference in New Issue
Block a user