Skip to content

Commit 2c07615

Browse files
committed
formatting change
1 parent 81badec commit 2c07615

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Core/Tools/W3DView/EmitterInstanceList.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ EmitterInstanceListClass::Add_Emitter (ParticleEmitterClass *emitter)
9393
//
9494
// Add this emitter to the list and put a hold on its reference
9595
//
96-
if (emitter) emitter->Add_Ref();
96+
if (emitter)
97+
emitter->Add_Ref();
9798
m_List.Add (emitter);
9899
}
99100

0 commit comments

Comments
 (0)