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 <[email protected]> --- 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 ([email protected]) $\n" - "@(#) $URL: http://dotat.at/prog/unifdef $\n" + "@(#) $Version: unifdef-2.5 $\n" + "@(#) $Author: Tony Finch ([email protected]) $\n" + "@(#) $URL: http://dotat.at/prog/unifdef $\n" ; /* types of input lines: */ -- 2.25.1

