diff options
author | jhb <jhb@FreeBSD.org> | 2001-01-25 19:37:26 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-01-25 19:37:26 +0000 |
commit | 551775d3fbf1942ca76473e3acfd37899e15b054 (patch) | |
tree | 5692b30a55ad385ae66758a8f9b7b98328b043af | |
parent | b0eae7994f106dd8e1cb1a55651e518f194984ce (diff) | |
download | FreeBSD-src-551775d3fbf1942ca76473e3acfd37899e15b054.zip FreeBSD-src-551775d3fbf1942ca76473e3acfd37899e15b054.tar.gz |
Whitespace fix: convert code indented 6 spaces to use tabs instead.
-rw-r--r-- | sys/amd64/amd64/machdep.c | 12 | ||||
-rw-r--r-- | 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 531abf2..74917e7 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 531abf2..74917e7 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 |