mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-09-15 23:40:24 -05:00
Formatting and cleanup
This commit is contained in:
@@ -44,7 +44,7 @@ int32_t WUPSConfig_AddCategoryByName(WUPSConfigHandle handle, const char *catego
|
||||
if (res.has_value()) {
|
||||
if (out != nullptr) {
|
||||
*out = reinterpret_cast<WUPSConfigCategoryHandle>(res.value());
|
||||
}else{
|
||||
} else {
|
||||
return -3;
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user