mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-28 05:17:56 -05: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