mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-16 17:57:57 -05:00
Fix more whitespace
This commit is contained in:
@ -540,13 +540,13 @@ class AssetDumperSndBank::Internal
|
||||
{
|
||||
const auto& alias = aliasList.head[j];
|
||||
std::string extension = "";
|
||||
|
||||
|
||||
if (alias.assetId && alias.assetFileName)
|
||||
{
|
||||
if (dumpedAssets.find(alias.assetId) == dumpedAssets.end())
|
||||
{
|
||||
std::optional<snd_asset_format> format = DumpSndAlias(alias);
|
||||
|
||||
|
||||
if (format.has_value())
|
||||
{
|
||||
extension = ConvertSndFormatToExtension(format.value());
|
||||
|
Reference in New Issue
Block a user