mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Remove extra space in type declarations
This commit is contained in:
@@ -312,7 +312,7 @@ void Program::MakeDisassemblyString()
|
||||
for(const Type *t : typ.members)
|
||||
{
|
||||
if(!first)
|
||||
m_Disassembly += ", ";
|
||||
m_Disassembly += ",";
|
||||
first = false;
|
||||
m_Disassembly += StringFormat::Fmt(" %s", t->toString().c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user