From: Marcus Fritzsch Date: Fri, 28 Jul 2017 13:06:50 +0000 (+0200) Subject: util: clang-format X-Git-Tag: 4.99.1~208 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=c308f716a5eb8923fb204271725ef9c309f05672;p=staging%2Fwindowmanager.git util: clang-format Signed-off-by: Marcus Fritzsch --- 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 - // _ _ _ __ _ // ___| |_ _ __ _ _ ___| |_ _ _ _ __ (_) __ _ _ _ ___ / _| __| | // / __| __| '__| | | |/ __| __| | | | | '_ \| |/ _` | | | |/ _ \ | |_ / _` |