From c116d7d3decab6a467ceb65c822dff5db930d122 Mon Sep 17 00:00:00 2001
From: g0dil <g0dil@wiback.org>
Date: Fri, 20 Feb 2009 12:48:55 +0000
Subject: [PATCH] Utils/Logger: Fix SENF_LOG_TPL

---
 Utils/Logger/Log.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Utils/Logger/Log.hh b/Utils/Logger/Log.hh
index 8a0794c18..da88f1ddc 100644
--- a/Utils/Logger/Log.hh
+++ b/Utils/Logger/Log.hh
@@ -120,8 +120,8 @@
     \hideinitializer
  */
 #define SENF_LOG_TPL(args)                                                                        \
-    SENF_LOG_BLOCK_( SENF_LOG_MERGE_PARAMETERS_TPL(BOOST_PP_SEQ_POP_BACK(args)),                  \
-                     { log << BOOST_PP_SEQ_ELEM(BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(args)),args); })
+    SENF_LOG_BLOCK_TPL_( SENF_LOG_MERGE_PARAMETERS_TPL(BOOST_PP_SEQ_POP_BACK(args)),              \
+                         { log << BOOST_PP_SEQ_ELEM(BOOST_PP_DEC(BOOST_PP_SEQ_SIZE(args)),args); })
 
 /** \brief Enable block based on logging parameters
 
-- 
GitLab