From b00df9c9ba96a8857476e2f342dde76f595a6f8d Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 25 Jan 2001 19:37:26 +0000 Subject: Whitespace fix: convert code indented 6 spaces to use tabs instead. --- sys/amd64/amd64/machdep.c | 12 ++++++------ sys/i386/i386/machdep.c | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 531abf211d9d..74917e776a4d 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -1117,12 +1117,12 @@ setregs(p, entry, stack, ps_strings) npxinit(__INITIAL_NPXCW__); #endif - /* - * XXX - Linux emulator - * Make sure sure edx is 0x0 on entry. Linux binaries depend - * on it. - */ - p->p_retval[1] = 0; + /* + * XXX - Linux emulator + * Make sure sure edx is 0x0 on entry. Linux binaries depend + * on it. + */ + p->p_retval[1] = 0; } void diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 531abf211d9d..74917e776a4d 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -1117,12 +1117,12 @@ setregs(p, entry, stack, ps_strings) npxinit(__INITIAL_NPXCW__); #endif - /* - * XXX - Linux emulator - * Make sure sure edx is 0x0 on entry. Linux binaries depend - * on it. - */ - p->p_retval[1] = 0; + /* + * XXX - Linux emulator + * Make sure sure edx is 0x0 on entry. Linux binaries depend + * on it. + */ + p->p_retval[1] = 0; } void -- cgit v1.3