Skip to content

Commit

Permalink
STYLE: Update to match clang-format-19 from ITK
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Jan 28, 2025
1 parent 7b551e4 commit 151c40e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/itkScancoImageIO.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ ScancoImageIO::ScancoImageIO()
}


ScancoImageIO::~ScancoImageIO()
{
delete[] this->m_RawHeader;
}
ScancoImageIO::~ScancoImageIO() { delete[] this->m_RawHeader; }


void
Expand Down
2 changes: 1 addition & 1 deletion src/itkScancoImageIOFactory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ScancoImageIOFactory::GetDescription() const
static bool ScancoImageIOFactoryHasBeenRegistered;

void IOScanco_EXPORT
ScancoImageIOFactoryRegister__Private()
ScancoImageIOFactoryRegister__Private()
{
if (!ScancoImageIOFactoryHasBeenRegistered)
{
Expand Down

0 comments on commit 151c40e

Please sign in to comment.