From c4207b25c7e2c90a3cb25af524c17d961face86c Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 14 Apr 2022 11:24:28 +0800 Subject: [PATCH] remove space in the end of line --- booster/iniparser.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/booster/iniparser.c b/booster/iniparser.c index 95957f5..8694dd4 100644 --- a/booster/iniparser.c +++ b/booster/iniparser.c @@ -1,7 +1,7 @@ /*-------------------------------------------------------------------------*/ /** - @file iniparser.c v4.1 + @file iniparser.c v4.1 @author N. Devillard @url https://github.com/ndevilla/iniparser @brief Parser for ini files. -- Gitblit v1.9.1