Organize imports and format code

This commit is contained in:
Maschell
2020-05-28 20:51:31 +02:00
parent 8050bb7e44
commit c084e114e9
12 changed files with 23 additions and 35 deletions

View File

@@ -36,6 +36,7 @@ std::optional<PluginMetaInformation> PluginMetaInformationFactory::loadPlugin(co
}
return loadPlugin(readerOpt.value());
}
std::optional<PluginMetaInformation> PluginMetaInformationFactory::loadPlugin(const std::string filePath) {
auto reader = new elfio;
if (reader == NULL || !reader->load(filePath)) {