diff options
author | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-13 22:53:40 +0000 |
---|---|---|
committer | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-13 22:53:40 +0000 |
commit | f5acc04cb7b0d93b09efe092e4b7c8c318130cb2 (patch) | |
tree | 681a729a5f08c50ab5797e86b61b2250fd18eea8 /sys/arch/sgi | |
parent | e099f4dff2d213fa02ae7cc21b14e7abcec612ca (diff) |
boot(9): Cosmetic changes to improve diff'ability.
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/sgi/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/sgi/machdep.c b/sys/arch/sgi/sgi/machdep.c index f6f6851d822..02cdb50b676 100644 --- a/sys/arch/sgi/sgi/machdep.c +++ b/sys/arch/sgi/sgi/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.146 2014/07/13 22:13:07 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.147 2014/07/13 22:53:39 uebayasi Exp $ */ /* * Copyright (c) 2003-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -879,7 +879,7 @@ haltsys: printf("Failed!!! Please reset manually.\n"); for (;;) ; - /*NOTREACHED*/ + /* NOTREACHED */ } void |