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/linux_list.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/booster/linux_list.h b/booster/linux_list.h index 74d8e57..9ac0720 100644 --- a/booster/linux_list.h +++ b/booster/linux_list.h @@ -4,11 +4,11 @@ * * Filename: linux_list.h * Description: This file is copied from Linux kernel, which provide link list API. - * + * * Version: 1.0.0(08/09/2020) * Author: Guo Wenxue <guowenxue@gmail.com> * ChangeLog: 1, Release initial version on "08/09/2020 02:24:34 AM" - * + * ********************************************************************************/ #ifndef _LINUX_LIST_H -- Gitblit v1.9.1