lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ