Skip to content

Commit 9f30725

Browse files
committed
Clang format.
1 parent 28c2f28 commit 9f30725

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Common/include/basic_types/ad_structure.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,11 +726,12 @@ struct ErrorReport {
726726

727727
FORCEINLINE void ResetErrorCounter(struct ErrorReport* report) { report->ErrorCounter = 0; }
728728

729-
FORCEINLINE void SetDebugReportFile(struct ErrorReport* report, std::ofstream* output_file) { report->out = output_file; }
729+
FORCEINLINE void SetDebugReportFile(struct ErrorReport* report, std::ofstream* output_file) {
730+
report->out = output_file;
731+
}
730732

731733
FORCEINLINE unsigned long* GetErrorCount(struct ErrorReport* report) { return &(report->ErrorCounter); }
732734

733-
734735
#ifdef CODI_TAG_TAPE
735736

736737
FORCEINLINE void SetTag(int tag) { AD::getTape().setCurTag(tag); }

0 commit comments

Comments
 (0)