Skip to content

Commit b0b268d

Browse files
mathstufdzenanz
authored andcommitted
whitespace: remove trailing whitespace
1 parent 28a39d8 commit b0b268d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/metaImage.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ MetaImage::InitializeEssential(int _nDims,
550550
m_ElementDirection[i*m_NDims+j] = 1;
551551
}
552552
}
553-
}
553+
}
554554
}
555555

556556
if (_elementData != nullptr)
@@ -2475,7 +2475,7 @@ MetaImage::M_Read()
24752475
m_Offset[i] = mF->value[i];
24762476
}
24772477
}
2478-
2478+
24792479
mF = MET_GetFieldRecord("ElementDirection", &m_Fields);
24802480
if (mF && mF->defined)
24812481
{
@@ -2496,7 +2496,7 @@ MetaImage::M_Read()
24962496
m_ElementOrigin[i] = mF->value[i];
24972497
}
24982498
}
2499-
2499+
25002500
mF = MET_GetFieldRecord("ElementDirection", &m_Fields);
25012501
if (mF && mF->defined)
25022502
{

src/metaImage.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class METAIO_EXPORT MetaImage : public MetaObject
263263
// direction that the fastest moving index in the image traverses in
264264
// physical space while the last column defines the direction that the
265265
// slowest moving index in the image traverses in physical space.
266-
//
266+
//
267267
// Set the direction cosines of the image. The direction cosines
268268
// are vectors that point from one pixel to the next.
269269
//
@@ -438,7 +438,7 @@ class METAIO_EXPORT MetaImage : public MetaObject
438438

439439
double m_ElementOrigin[10]{}; // "ElementOrigin = " 0,0,0
440440
double m_ElementDirection[100]{}; // "ElementDirection = " 1,0,0,0,1,0,0,0,1
441-
441+
442442
bool m_AutoFreeElementData{};
443443

444444
void * m_ElementData{};

src/metaObject.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@ MetaObject::M_Read()
17501750
++it;
17511751
continue;
17521752
}
1753-
1753+
17541754
// Don't add a read field to the write fields if it is already in the write fields
17551755
bool found = false;
17561756
FieldsContainerType::iterator dup;

0 commit comments

Comments
 (0)