diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2016-09-19 17:59:20 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2016-09-19 17:59:20 +0000 |
commit | 3c8aa0e65cd4fb97889adffe7eba66d64a2a0df5 (patch) | |
tree | ec74911c937a49a113c4ce08b2a7fb690f1e66c7 /sys/arch/alpha | |
parent | dbeda8c3cb4e4eecb1f5b0fc77dc68b4ca4b57a4 (diff) |
fix whitespace at EOL
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/db_trace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/db_trace.c b/sys/arch/alpha/alpha/db_trace.c index dcaf2fff473..b042b1a17ea 100644 --- a/sys/arch/alpha/alpha/db_trace.c +++ b/sys/arch/alpha/alpha/db_trace.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_trace.c,v 1.17 2016/04/27 11:03:24 mpi Exp $ */ +/* $OpenBSD: db_trace.c,v 1.18 2016/09/19 17:59:18 jasper Exp $ */ /* * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. @@ -217,7 +217,7 @@ trapframe: framesize = 0; for (i = sizeof (int); i <= offset; i += sizeof (int)) { inst = *(u_int *)(pc - i); - + /* * If by chance we don't have any symbols we have to * get out somehow anyway. Check for the preceding |