mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-11 20:25:49 -05:00
Clean up and formatting
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include <common/plugin_defines.h>
|
||||
#include "../common/plugin_defines.h"
|
||||
#include "PluginDataPersistence.h"
|
||||
#include "PluginData.h"
|
||||
|
||||
bool PluginDataPersistence::save(plugin_data_t *pluginDataStruct, PluginData &plugin) {
|
||||
if (pluginDataStruct == NULL) {
|
||||
if (pluginDataStruct == nullptr) {
|
||||
return false;
|
||||
}
|
||||
pluginDataStruct->buffer = (char *) plugin.buffer;
|
||||
|
||||
Reference in New Issue
Block a user