Commit c1d4832d authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Andrei Vagin

compel/include/log.h: whitespace cleanup

Those macros look twice as long as they should be on my 80-columns
terminal. As there is nothing here to justify such width, go ahead
and remove the extra tabs, keeping the code within 80 cols.
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 2b90a35b
......@@ -13,7 +13,8 @@ static inline int pr_quelled(unsigned int loglevel)
return compel_log_get_loglevel() < loglevel && loglevel != LOG_MSG;
}
extern void compel_print_on_level(unsigned int loglevel, const char *format, ...);
extern void compel_print_on_level(unsigned int loglevel,
const char *format, ...);
#define pr_msg(fmt, ...) \
compel_print_on_level(LOG_MSG, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment