Skip to content

Commit c887adc

Browse files
authored
format code (#51)
1 parent 99b3f50 commit c887adc

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
@@ -1754,7 +1754,7 @@ void addHoistableInst(IRBuilder* builder, IRInst* inst)
17541754
// and add the inst as a last child.
17551755
// When the inst is marked as Hoistable but the intention is only to de-duplicate it,
17561756
// the inst can be added in a simpler manner.
1757-
void addDeduplicatedInst(IRBuilder * builder, IRInst * inst)
1757+
void addDeduplicatedInst(IRBuilder* builder, IRInst* inst)
17581758
{
17591759
SLANG_ASSERT(nullptr == inst->parent);
17601760

0 commit comments

Comments
 (0)