1
1

Cleanup: Clang-format

This commit is contained in:
2023-04-06 11:55:19 +02:00
parent 73d7bde25c
commit e927791dbf
2 changed files with 4 additions and 5 deletions

View File

@@ -6,6 +6,4 @@
#include "asset_browser_intern.hh"
void asset_browser_operatortypes()
{
}
void asset_browser_operatortypes() {}

View File

@@ -237,8 +237,9 @@ void AssetCatalogTreeView::add_unassigned_item()
params->asset_catalog_visibility = ASSET_CATALOG_SHOW_ASSETS_WITHOUT_CATALOG;
WM_main_add_notifier(NC_SPACE | ND_SPACE_ASSET_PARAMS, nullptr);
});
item.set_is_active_fn(
[params]() { return params->asset_catalog_visibility == ASSET_CATALOG_SHOW_ASSETS_WITHOUT_CATALOG; });
item.set_is_active_fn([params]() {
return params->asset_catalog_visibility == ASSET_CATALOG_SHOW_ASSETS_WITHOUT_CATALOG;
});
}
void AssetCatalogTreeView::activate_catalog_by_id(CatalogID catalog_id)