Fixed a bunch of messy over 80 char lines
This commit is contained in:
@@ -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()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user