3DS: Whitespace

pull/1745/head
Turo Lamminen 2018-01-27 17:20:00 +02:00
parent 8c219c7bd1
commit c0c06093b4
1 changed files with 6 additions and 6 deletions

View File

@ -549,12 +549,12 @@ struct aiFloatKey
/** Helper structure to represent a 3ds file node */
struct Node
{
Node():
mParent(NULL)
, mInstanceNumber(0)
, mHierarchyPos (0)
, mHierarchyIndex (0)
, mInstanceCount (1)
Node()
: mParent(NULL)
, mInstanceNumber(0)
, mHierarchyPos (0)
, mHierarchyIndex (0)
, mInstanceCount (1)
{
static int iCnt = 0;