artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dcd7e6
)
Zap a sneaky trailing blank that was hiding in plain view.
author
krw
<krw@openbsd.org>
Sat, 20 Dec 2014 15:54:48 +0000
(15:54 +0000)
committer
krw
<krw@openbsd.org>
Sat, 20 Dec 2014 15:54:48 +0000
(15:54 +0000)
sys/kern/subr_disk.c
patch
|
blob
|
history
diff --git
a/sys/kern/subr_disk.c
b/sys/kern/subr_disk.c
index
57f654d
..
ae37a4f
100644
(file)
--- a/
sys/kern/subr_disk.c
+++ b/
sys/kern/subr_disk.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: subr_disk.c,v 1.17
6 2014/12/20 13:45:15 kettenis Exp $
*/
+/* $OpenBSD: subr_disk.c,v 1.17
7 2014/12/20 15:54:48 krw Exp $
*/
/* $NetBSD: subr_disk.c,v 1.17 1996/03/16 23:17:08 christos Exp $ */
/*
@@
-697,7
+697,7
@@
readgptlabel(struct buf *bp, void (*strat)(struct buf *),
continue;
}
- /*
+ /*
* Header size must be greater than or equal to 92 and less
* than or equal to the logical block size.
*/