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/loongson | |
parent | e099f4dff2d213fa02ae7cc21b14e7abcec612ca (diff) |
boot(9): Cosmetic changes to improve diff'ability.
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/loongson/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/loongson/machdep.c b/sys/arch/loongson/loongson/machdep.c index 3513bc71708..29c41a1b40d 100644 --- a/sys/arch/loongson/loongson/machdep.c +++ b/sys/arch/loongson/loongson/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.55 2014/07/13 22:13:06 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.56 2014/07/13 22:53:39 uebayasi Exp $ */ /* * Copyright (c) 2009, 2010, 2014 Miodrag Vallat. @@ -962,7 +962,7 @@ haltsys: } for (;;) ; - /*NOTREACHED*/ + /* NOTREACHED */ } u_long dumpmag = 0x8fca0101; /* Magic number for savecore. */ |