From 1deccc2a86a353e71ea30cb4702d677d288fd54f Mon Sep 17 00:00:00 2001 From: Dacheng Gao <13791720+successgdc@users.noreply.github.com> Date: Thu, 21 Mar 2019 13:53:39 +0800 Subject: [PATCH] fix extra empty line in comment --- src/conf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf.c b/src/conf.c index 5ebf179..96b2e38 100644 --- a/src/conf.c +++ b/src/conf.c @@ -956,7 +956,6 @@ static HANDLE_FUNC (handle_addheader) /* * Log level's strings. - */ struct log_levels_s { const char *string;