mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
sys: Added clang-format file, formatted entire project
This commit is contained in:
@@ -32,7 +32,7 @@ namespace hex::magic {
|
||||
}
|
||||
|
||||
if (error)
|
||||
return { };
|
||||
return {};
|
||||
else
|
||||
return magicFiles;
|
||||
}
|
||||
@@ -70,7 +70,7 @@ namespace hex::magic {
|
||||
return getDescription(buffer);
|
||||
}
|
||||
|
||||
std::string getMIMEType(const std::vector<u8> &data){
|
||||
std::string getMIMEType(const std::vector<u8> &data) {
|
||||
auto magicFiles = getMagicFiles();
|
||||
|
||||
if (magicFiles.has_value()) {
|
||||
|
||||
Reference in New Issue
Block a user