Remove every trailing whitespace from the project (but externals).
This commit is contained in:
parent
fb597b6d68
commit
b1503b2020
65 changed files with 212 additions and 212 deletions
|
@ -151,7 +151,7 @@ void SendParameter(Service::Interface* self) {
|
|||
u32 handle = cmd_buff[6];
|
||||
u32 size = cmd_buff[7];
|
||||
u32 in_param_buffer_ptr = cmd_buff[8];
|
||||
|
||||
|
||||
cmd_buff[1] = RESULT_SUCCESS.raw; // No error
|
||||
|
||||
LOG_WARNING(Service_APT, "(STUBBED) called src_app_id=0x%08X, dst_app_id=0x%08X, signal_type=0x%08X,"
|
||||
|
@ -283,7 +283,7 @@ void Init() {
|
|||
AddService(new APT_A_Interface);
|
||||
AddService(new APT_S_Interface);
|
||||
AddService(new APT_U_Interface);
|
||||
|
||||
|
||||
// Load the shared system font (if available).
|
||||
// The expected format is a decrypted, uncompressed BCFNT file with the 0x80 byte header
|
||||
// generated by the APT:U service. The best way to get is by dumping it from RAM. We've provided
|
||||
|
|
|
@ -63,7 +63,7 @@ void Initialize(Service::Interface* self);
|
|||
* 4 : Handle to shared font memory
|
||||
*/
|
||||
void GetSharedFont(Service::Interface* self);
|
||||
|
||||
|
||||
/**
|
||||
* APT::NotifyToWait service function
|
||||
* Inputs:
|
||||
|
@ -88,7 +88,7 @@ void Enable(Service::Interface* self);
|
|||
* 4 : Home Menu AppId
|
||||
* 5 : AppID of currently active app
|
||||
*/
|
||||
void GetAppletManInfo(Service::Interface* self);
|
||||
void GetAppletManInfo(Service::Interface* self);
|
||||
|
||||
/**
|
||||
* APT::IsRegistered service function. This returns whether the specified AppID is registered with NS yet.
|
||||
|
@ -100,14 +100,14 @@ void GetAppletManInfo(Service::Interface* self);
|
|||
* Outputs:
|
||||
* 0 : Return header
|
||||
* 1 : Result of function, 0 on success, otherwise error code
|
||||
* 2 : Output, 0 = not registered, 1 = registered.
|
||||
* 2 : Output, 0 = not registered, 1 = registered.
|
||||
*/
|
||||
void IsRegistered(Service::Interface* self);
|
||||
|
||||
void InquireNotification(Service::Interface* self);
|
||||
|
||||
/**
|
||||
* APT::SendParameter service function. This sets the parameter data state.
|
||||
* APT::SendParameter service function. This sets the parameter data state.
|
||||
* Inputs:
|
||||
* 1 : Source AppID
|
||||
* 2 : Destination AppID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue