Skip to content

Commit 7f0ad0d

Browse files
authored
format code (#50)
Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
1 parent b4275dd commit 7f0ad0d

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
@@ -1743,7 +1743,7 @@ void addHoistableInst(IRBuilder* builder, IRInst* inst)
17431743
}
17441744

17451745
// Add the given inst to the parent of its operand.
1746-
void addInst(IRInst * inst)
1746+
void addInst(IRInst* inst)
17471747
{
17481748
SLANG_ASSERT(nullptr == inst->parent);
17491749

0 commit comments

Comments
 (0)