Skip to content

Commit e8361ec

Browse files
committed
format code
1 parent c926457 commit e8361ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/slang/slang-ir.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4649,7 +4649,7 @@ void addGlobalValue(IRBuilder* builder, IRInst* value)
46494649
// If the value is already in the parent, keep it as-is. Because WitnessTable is Hoistable, the
46504650
// parent can have only one instance of this WitnessTable. The order among siblings should
46514651
// remain because the later siblings may have dependency to the earlier siblings.
4652-
//
4652+
//
46534653
if (parent == value->parent)
46544654
{
46554655
SLANG_ASSERT(getIROpInfo(kIROp_WitnessTable).isHoistable());

0 commit comments

Comments
 (0)