Skip to content

Commit 381243f

Browse files
authored
Merge pull request cms-sw#34049 from smuzaffar/12_0-code-checks-L1_UPGRADE
[L1_UPGRADE] Apply code-checks/format with misc-definitions-in-headers
2 parents 05a259b + 340e37f commit 381243f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

L1Trigger/Phase2L1ParticleFlow/src/dbgPrintf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define L1Trigger_Phase2L1ParticleFlow_dbgPrintf_h
33

44
template <typename... Args>
5-
inline void dbgPrintf(const char *formatString, Args &&... args) {
5+
inline void dbgPrintf(const char *formatString, Args &&...args) {
66
#ifdef L1PF_DEBUG
77
printf(formatString, std::forward<Args>(args)...);
88
#endif

0 commit comments

Comments
 (0)