From 8ce27b7e15f0fc65c8ee78950c7501660b936178 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 14 Feb 2026 15:14:25 +0100 Subject: style: Apply clang-format to codebase --- src/util/asset_manager.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/asset_manager.cc') diff --git a/src/util/asset_manager.cc b/src/util/asset_manager.cc index 274f0f9..0baa063 100644 --- a/src/util/asset_manager.cc +++ b/src/util/asset_manager.cc @@ -199,7 +199,7 @@ void DropAsset(AssetId asset_id, const uint8_t* asset) { // Note: This only works for assets that read from disk at runtime. // Compiled-in assets cannot be hot-reloaded. bool ReloadAssetsFromFile(const char* config_path) { - (void)config_path; // Unused - just for API consistency + (void)config_path; // Unused - just for API consistency // Clear cache to force reload for (size_t i = 0; i < (size_t)AssetId::ASSET_LAST_ID; ++i) { @@ -212,4 +212,4 @@ bool ReloadAssetsFromFile(const char* config_path) { fprintf(stderr, "[ReloadAssets] Cache cleared\n"); return true; } -#endif // !defined(STRIP_ALL) +#endif // !defined(STRIP_ALL) -- cgit v1.2.3