mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-11 12:16:06 -05:00
Organize imports and format code
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "PluginData.h"
|
||||
|
||||
bool PluginDataPersistence::save(plugin_data_t *pluginDataStruct, PluginData &plugin) {
|
||||
if(pluginDataStruct == NULL){
|
||||
if (pluginDataStruct == NULL) {
|
||||
return false;
|
||||
}
|
||||
pluginDataStruct->buffer = (char *) plugin.buffer;
|
||||
|
||||
Reference in New Issue
Block a user