artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5162d8
)
Nuke extraneous blank line.
author
krw
<krw@openbsd.org>
Mon, 14 Mar 2022 14:22:32 +0000
(14:22 +0000)
committer
krw
<krw@openbsd.org>
Mon, 14 Mar 2022 14:22:32 +0000
(14:22 +0000)
sbin/fdisk/part.c
patch
|
blob
|
history
diff --git
a/sbin/fdisk/part.c
b/sbin/fdisk/part.c
index
32348cc
..
387209b
100644
(file)
--- a/
sbin/fdisk/part.c
+++ b/
sbin/fdisk/part.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: part.c,v 1.11
7 2022/03/11 22:29:55
krw Exp $ */
+/* $OpenBSD: part.c,v 1.11
8 2022/03/14 14:22:32
krw Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@
-141,7
+141,6
@@
struct gpt_type {
int gt_protected;
char gt_sname[14];
char gt_guid[UUID_STR_LEN + 1];
-
};
const struct gpt_type gpt_types[] = {