mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 12:42:41 +00:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@@ -14,10 +14,8 @@ namespace Applets {
|
||||
|
||||
class Applet {
|
||||
public:
|
||||
virtual ~Applet() {
|
||||
}
|
||||
Applet(Service::APT::AppletId id) : id(id) {
|
||||
}
|
||||
virtual ~Applet() {}
|
||||
Applet(Service::APT::AppletId id) : id(id) {}
|
||||
|
||||
/**
|
||||
* Creates an instance of the Applet subclass identified by the parameter.
|
||||
|
||||
Reference in New Issue
Block a user