We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05a259b + 340e37f commit 381243fCopy full SHA for 381243f
L1Trigger/Phase2L1ParticleFlow/src/dbgPrintf.h
@@ -2,7 +2,7 @@
2
#define L1Trigger_Phase2L1ParticleFlow_dbgPrintf_h
3
4
template <typename... Args>
5
-inline void dbgPrintf(const char *formatString, Args &&... args) {
+inline void dbgPrintf(const char *formatString, Args &&...args) {
6
#ifdef L1PF_DEBUG
7
printf(formatString, std::forward<Args>(args)...);
8
#endif
0 commit comments