From 8120e61d8d9035cf4d9c0a53c8127f50bf82c085 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 25 May 2018 21:37:25 -0700 Subject: [PATCH] Remove blank lines from log messages --- src/compiler/log.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/log.h b/src/compiler/log.h index d781cb41..2f7ad3e2 100644 --- a/src/compiler/log.h +++ b/src/compiler/log.h @@ -20,7 +20,6 @@ void _print_indent(); #define LOG_END(...) \ do { \ _outdent_logs(); \ - LOG(""); \ } while (0) #define LOG(...) \