Skip to content

Commit

Permalink
STYLE: remove extraneous semi-colon after bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp authored and dzenanz committed Jun 17, 2020
1 parent 78e84e7 commit c22e46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Core/Transform/include/itkCompositeTransform.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ CompositeTransform<TParametersValueType, NDimensions>::GetFixedParameters() cons
std::copy_n(
subFixedParameters.data_block(), subFixedParameters.Size(), &(this->m_FixedParameters.data_block())[offset]);
offset += subFixedParameters.Size();
};
}

return this->m_FixedParameters;
}
Expand Down

0 comments on commit c22e46b

Please sign in to comment.