Skip to content

Commit c022dd1

Browse files
hjmjohnsonclaude
andcommitted
STYLE: Fix return-type alignment for clang-format 19.1.7
CI uses clang-format 19.1.7 which expects the function name indented to align under the return type export macro. The previous commit used clang-format 22 which un-indented it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent faf9d0f commit c022dd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/PerformanceBenchmarkingUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using MultiThreaderName = itk::MultiThreaderBase;
2222
#endif
2323

2424
PerformanceBenchmarking_EXPORT std::string
25-
PerfDateStamp();
25+
PerfDateStamp();
2626

2727
PerformanceBenchmarking_EXPORT std::string
2828
ReplaceOccurrence(std::string str, const std::string && findvalue, const std::string && replacevalue);

0 commit comments

Comments
 (0)