diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-07-28 15:06:50 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-08-08 17:24:00 +0200 |
commit | c308f716a5eb8923fb204271725ef9c309f05672 (patch) | |
tree | 4a0fd209a25d8a30b0ee2912172069376fb2f5eb | |
parent | 688d3bead2846824b2cbf5596d65dec5690a035d (diff) |
util: clang-format
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r-- | src/util.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util.hpp b/src/util.hpp index e285c0f..c528d42 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -38,13 +38,12 @@ extern "C" { do { \ std::ostringstream o; \ o << __FILE__ << ":" << __LINE__ << ":" << __func__ << ": " << expr; \ - logdebug("%s", o.str().c_str()); \ + logdebug("%s", o.str().c_str()); \ } while (0) #else #define DB(expr) #endif - // _ _ _ __ _ // ___| |_ _ __ _ _ ___| |_ _ _ _ __ (_) __ _ _ _ ___ / _| __| | // / __| __| '__| | | |/ __| __| | | | | '_ \| |/ _` | | | |/ _ \ | |_ / _` | |