[PATCH] unifdef: Replace space indentions with tabs

From: Hu Haowen
Date: Sat Sep 12 2020 - 12:36:54 EST


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@xxxxxxx>
---
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@xxxxxxxx) $\n"
- "@(#) $URL: http://dotat.at/prog/unifdef $\n"
+ "@(#) $Version: unifdef-2.5 $\n"
+ "@(#) $Author: Tony Finch (dot@xxxxxxxx) $\n"
+ "@(#) $URL: http://dotat.at/prog/unifdef $\n"
;

/* types of input lines: */
--
2.25.1