Formatting fixes

This commit is contained in:
friedkeenan 2019-07-12 19:46:19 -05:00
parent 3ce66de1eb
commit 81e5fa83a8
31 changed files with 39 additions and 77 deletions

View File

@ -11,7 +11,7 @@
Result auddevInitialize(void);
void auddevExit(void);
Service* auddevgetServiceSession(void);
Service* auddevGetServiceSession(void);
Result auddevListAudioDeviceName(AudioDeviceName *DeviceNames, s32 max_names, s32 *total_names);
Result auddevSetAudioDeviceOutputVolume(const AudioDeviceName *DeviceName, float volume);

View File

@ -41,8 +41,7 @@ void apmExit(void)
}
}
Service* apmGetServiceSession(void)
{
Service* apmGetServiceSession(void) {
return &g_apmSrv;
}

View File

@ -47,8 +47,7 @@ void auddevExit(void) {
}
}
Service* auddevGetServiceSession(void)
{
Service* auddevGetServiceSession(void) {
return &g_auddevIAudioDevice;
}

View File

@ -129,8 +129,7 @@ void audrenExit(void)
tmemClose(&g_audrenWorkBuf);
}
Service* audrenGetServiceSession(void)
{
Service* audrenGetServiceSession(void) {
return &g_audrenIAudioRenderer;
}

View File

@ -29,8 +29,7 @@ void bpcExit(void)
serviceClose(&g_bpcSrv);
}
Service* bpcGetServiceSession(void)
{
Service* bpcGetServiceSession(void) {
return &g_bpcSrv;
}

View File

@ -277,8 +277,7 @@ void bsdExit(void) {
tmemClose(&g_bsdTmem);
}
Service* bsdGetServiceSession(void)
{
Service* bsdGetServiceSession(void) {
return &g_bsdSrv;
}

View File

@ -33,8 +33,7 @@ void capsscExit(void) {
serviceClose(&g_capsscSrv);
}
Service* capsscGetServiceSession(void)
{
Service* capsscGetServiceSession(void) {
return &g_capsscSrv;
}

View File

@ -35,8 +35,7 @@ void capssuExit(void) {
serviceClose(&g_capssuSrv);
}
Service* capssuGetServiceSession(void)
{
Service* capssuGetServiceSession(void) {
return &g_capssuSrv;
}

View File

@ -37,8 +37,7 @@ void clkrstExit(void) {
}
}
Service* clkrstGetServiceSession(void)
{
Service* clkrstGetServiceSession(void) {
return &g_clkrstSrv;
}

View File

@ -25,8 +25,7 @@ void csrngExit(void) {
serviceClose(&g_csrngSrv);
}
Service* csrngGetServiceSession(void)
{
Service* csrngGetServiceSession(void) {
return &g_csrngSrv;
}

View File

@ -39,8 +39,7 @@ void fsldrExit(void) {
serviceClose(&g_fsldrSrv);
}
Service* fsldrGetServiceSession(void)
{
Service* fsldrGetServiceSession(void) {
return &g_fsldrSrv;
}

View File

@ -39,8 +39,7 @@ void fsprExit(void) {
serviceClose(&g_fsprSrv);
}
Service* fsprGetServiceSession(void)
{
Service* fsprGetServiceSession(void) {
return &g_fsprSrv;
}

View File

@ -29,8 +29,7 @@ void gpioExit(void) {
}
}
Service* gpioGetServiceSession(void)
{
Service* gpioGetServiceSession(void) {
return &g_gpioSrv;
}

View File

@ -37,8 +37,7 @@ void hiddbgExit(void) {
}
}
Service* hiddbgGetServiceSession(void)
{
Service* hiddbgGetServiceSession(void) {
return &g_hiddbgSrv;
}

View File

@ -38,8 +38,7 @@ void hidsysExit(void) {
}
}
Service* hidsysGetServiceSession(void)
{
Service* hidsysGetServiceSession(void) {
return &g_hidsysSrv;
}

View File

@ -33,8 +33,7 @@ void i2cExit(void) {
}
}
Service* i2cGetServiceSession(void)
{
Service* i2cGetServiceSession(void) {
return &g_i2cSrv;
}

View File

@ -29,8 +29,7 @@ void lblExit(void) {
}
}
Service* lblGetServiceSession(void)
{
Service* lblGetServiceSession(void) {
return &g_lblSrv;
}

View File

@ -27,8 +27,7 @@ void lrExit(void) {
}
}
Service* lrGetServiceSession(void)
{
Service* lrGetServiceSession(void) {
return &g_managerSrv;
}

View File

@ -20,8 +20,7 @@ void ncmExit(void) {
}
}
Service* ncmGetServiceSession(void)
{
Service* ncmGetServiceSession(void) {
return &g_ncmSrv;
}

View File

@ -30,8 +30,7 @@ void pcvExit(void) {
}
}
Service* pcvGetServiceSession(void)
{
Service* pcvGetServiceSession(void) {
return &g_pcvSrv;
}

View File

@ -29,8 +29,7 @@ void pdmqryExit(void) {
serviceClose(&g_pdmqrySrv);
}
Service* pdmqryGetServiceSession(void)
{
Service* pdmqryGetServiceSession(void) {
return &g_pdmqrySrv;
}

View File

@ -53,8 +53,7 @@ void plExit(void)
}
}
Service* plGetServiceSession(void)
{
Service* plGetServiceSession(void) {
return &g_plSrv;
}

View File

@ -45,8 +45,7 @@ void pscExit(void) {
}
}
Service* pscGetServiceSession(void)
{
Service* pscGetServiceSession(void) {
return &g_pscSrv;
}

View File

@ -37,8 +37,7 @@ void psmExit(void) {
}
}
Service* psmGetServiceSession(void)
{
Service* psmGetServiceSession(void) {
return &g_psmSrv;
}

View File

@ -37,8 +37,7 @@ void ldrRoExit(void) {
serviceClose(&g_roSrv);
}
Service* ldrRoGetServiceSession(void)
{
Service* ldrRoGetServiceSession(void) {
return &g_roSrv;
}
@ -64,8 +63,7 @@ void ro1Exit(void) {
serviceClose(&g_ro1Srv);
}
Service* ro1GetServiceSession(void)
{
Service* ro1GetServiceSession(void) {
return &g_ro1Srv;
}
@ -85,8 +83,7 @@ void roDmntExit(void) {
serviceClose(&g_dmntSrv);
}
Service* roDmntGetServiceSession(void)
{
Service* roDmntGetServiceSession(void) {
return &g_dmntSrv;
}

View File

@ -45,8 +45,7 @@ void setExit(void)
}
}
Service* setGetServiceSession(void)
{
Service* setGetServiceSession(void) {
return &g_setSrv;
}
@ -67,8 +66,7 @@ void setsysExit(void)
}
}
Service* setsysGetSessionService(void)
{
Service* setsysGetSessionService(void) {
return &g_setsysSrv;
}

View File

@ -94,8 +94,7 @@ void splExit(void) {
return _splSrvExit(&g_splSrv, &g_splRefCnt);
}
Service* splGetServiceSession(void)
{
Service* splGetServiceSession(void) {
return &g_splSrv;
}
@ -115,8 +114,7 @@ void splCryptoExit(void) {
}
}
Service* splCryptogetServiceSession(void)
{
Service* splCryptogetServiceSession(void) {
return &g_splCryptoSrv;
}
@ -136,8 +134,7 @@ void splSslExit(void) {
}
}
Service* splSslGetServiceSession(void)
{
Service* splSslGetServiceSession(void) {
return &g_splSslSrv;
}
@ -157,8 +154,7 @@ void splEsExit(void) {
}
}
Service* splEsGetServiceSession(void)
{
Service* splEsGetServiceSession(void) {
return &g_splEsSrv;
}
@ -178,8 +174,7 @@ void splFsExit(void) {
}
}
Service* splFsGetServiceSession(void)
{
Service* splFsGetServiceSession(void) {
return &g_splFsSrv;
}
@ -191,8 +186,7 @@ void splManuExit(void) {
return _splSrvExit(&g_splManuSrv, &g_splManuRefCnt);
}
Service* splManuGetServiceSession(void)
{
Service* splManuGetServiceSession(void) {
return &g_splManuSrv;
}

View File

@ -29,8 +29,7 @@ void spsmExit(void) {
}
}
Service* spsmGetServiceSession(void)
{
Service* spsmGetServiceSession(void) {
return &g_spsmSrv;
}

View File

@ -78,8 +78,7 @@ void usbDsExit(void)
serviceClose(&g_usbDsSrv);
}
Service* usbDsGetServiceSession(void)
{
Service* usbDsGetServiceSession(void) {
return &g_usbDsSrv;
}

View File

@ -52,8 +52,7 @@ void usbHsExit(void) {
serviceClose(&g_usbHsSrv);
}
Service* usbHsGetServiceSession(void)
{
Service* usbHsGetServiceSession(void) {
return &g_usbHsSrv;
}

View File

@ -36,8 +36,7 @@ void wlaninfExit(void) {
}
}
Service* wlaninfGetServiceSession(void)
{
Service* wlaninfGetServiceSession(void) {
return &g_wlaninfSrv;
}