diff options
author | 2016-09-03 21:12:00 +0000 | |
---|---|---|
committer | 2016-09-03 21:12:00 +0000 | |
commit | b4a0a8747c9ae479e8c5893fcff1e8f1759df096 (patch) | |
tree | 9d7c917c671dcebec60a276d38d18179c4d0f04a | |
parent | handle timer limitations (diff) | |
download | wireguard-openbsd-b4a0a8747c9ae479e8c5893fcff1e8f1759df096.tar.xz wireguard-openbsd-b4a0a8747c9ae479e8c5893fcff1e8f1759df096.zip |
zap eyesore whitespace at EOL
-rw-r--r-- | sys/arch/amd64/amd64/db_trace.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sys/arch/amd64/amd64/db_trace.c b/sys/arch/amd64/amd64/db_trace.c index 3d2199bf4dd..4c50cc987bc 100644 --- a/sys/arch/amd64/amd64/db_trace.c +++ b/sys/arch/amd64/amd64/db_trace.c @@ -1,28 +1,28 @@ -/* $OpenBSD: db_trace.c,v 1.18 2016/03/03 12:44:08 mpi Exp $ */ +/* $OpenBSD: db_trace.c,v 1.19 2016/09/03 21:12:00 jasper Exp $ */ /* $NetBSD: db_trace.c,v 1.1 2003/04/26 18:39:27 fvdl Exp $ */ -/* +/* * Mach Operating System * Copyright (c) 1991,1990 Carnegie Mellon University * All Rights Reserved. - * + * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * + * * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to - * + * * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU * School of Computer Science * Carnegie Mellon University * Pittsburgh PA 15213-3890 - * + * * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. */ @@ -30,7 +30,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/proc.h> -#include <sys/user.h> +#include <sys/user.h> #include <machine/db_machdep.h> #include <machine/frame.h> @@ -95,13 +95,13 @@ db_numargs(struct callframe *fp) return 0; } -/* - * Figure out the next frame up in the call stack. - * For trap(), we print the address of the faulting instruction and +/* + * Figure out the next frame up in the call stack. + * For trap(), we print the address of the faulting instruction and * proceed with the calling frame. We return the ip that faulted. * If the trap was caused by jumping through a bogus pointer, then - * the next line in the backtrace will list some random function as - * being called. It should get the argument list correct, though. + * the next line in the backtrace will list some random function as + * being called. It should get the argument list correct, though. * It might be possible to dig out from the next frame up the name * of the function that faulted, but that could get hairy. */ |