Fixed a bunch of messy over 80 char lines

This commit is contained in:
2026-05-04 08:29:43 -05:00
parent 6d9e2dd3e1
commit 0e94c1fa6d
54 changed files with 273 additions and 841 deletions
+3 -1
View File
@@ -116,7 +116,9 @@ errorret_t networkPSPUpdate() {
break;
default:
errorThrow("Unknown PSP Netconf dialog status: %d", sceUtilityNetconfGetStatus());
errorThrow(
"Unknown PSP Netconf dialog status: %d", sceUtilityNetconfGetStatus()
);
}
}
+1 -1
View File
@@ -84,7 +84,7 @@ void networkPSPRequestConnection(
);
/**
* Requests the PSP to disconnect from the network (Shows the Wi-Fi disconnecting).
* Requests the PSP to disconnect from the network.
*
* @param onComplete Callback when disconnection is complete.
* @param user User data to pass to the callback.