Reformat code for clang-format 15

This commit is contained in:
baldurk
2023-09-05 11:02:08 +01:00
parent 4d94209ec1
commit 9d39b8e1a8
330 changed files with 5856 additions and 3850 deletions
-1
View File
@@ -294,7 +294,6 @@ void ResourceInspector::Inspect(ResourceId id)
rdcarray<ShaderEntryPoint> entries = r->GetShaderEntryPoints(id);
GUIInvoke::call(this, [this, entries, usage] {
if(!entries.isEmpty())
{
m_Entries = entries;