[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200912140255.33477-1-xianfengting221@163.com>
Date: Sat, 12 Sep 2020 22:02:55 +0800
From: Hu Haowen <xianfengting221@....com>
To: dot@...at.at
Cc: linux-kernel@...r.kernel.org, Hu Haowen <xianfengting221@....com>
Subject: [PATCH] unifdef: Replace space indentions with tabs
According to the Linux kernel coding style, space indentions are not
allowed in source files, so removed them and added tab ones.
Signed-off-by: Hu Haowen <xianfengting221@....com>
---
scripts/unifdef.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/unifdef.c b/scripts/unifdef.c
index db00e3e30a59..6fd1e9499268 100644
--- a/scripts/unifdef.c
+++ b/scripts/unifdef.c
@@ -57,9 +57,9 @@
#include <unistd.h>
const char copyright[] =
- "@(#) $Version: unifdef-2.5 $\n"
- "@(#) $Author: Tony Finch (dot@...at.at) $\n"
- "@(#) $URL: http://dotat.at/prog/unifdef $\n"
+ "@(#) $Version: unifdef-2.5 $\n"
+ "@(#) $Author: Tony Finch (dot@...at.at) $\n"
+ "@(#) $URL: http://dotat.at/prog/unifdef $\n"
;
/* types of input lines: */
--
2.25.1
Powered by blists - more mailing lists