diff options
author | 2009-05-11 23:09:44 +0000 | |
---|---|---|
committer | 2009-05-11 23:09:44 +0000 | |
commit | 1769a55d6ff0c3071c585076bdf25843c3003c57 (patch) | |
tree | f19f7968f561cdc531b38c4280ce6f23db09b204 /sbin/disklabel/editor.c | |
parent | Always save an fstab file, even if it is empty; ok krw (diff) | |
download | wireguard-openbsd-1769a55d6ff0c3071c585076bdf25843c3003c57.tar.xz wireguard-openbsd-1769a55d6ff0c3071c585076bdf25843c3003c57.zip |
very long lines in comments are ugly
Diffstat (limited to 'sbin/disklabel/editor.c')
-rw-r--r-- | sbin/disklabel/editor.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index 0917fc3de2e..d5bdf5acbad 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.204 2009/05/11 23:09:28 deraadt Exp $ */ +/* $OpenBSD: editor.c,v 1.205 2009/05/11 23:09:44 deraadt Exp $ */ /* * Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com> @@ -17,7 +17,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: editor.c,v 1.204 2009/05/11 23:09:28 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: editor.c,v 1.205 2009/05/11 23:09:44 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -344,10 +344,11 @@ editor(struct disklabel *lp, int f) if (fstabfile) mpsave(&label); /* - * If we haven't changed the label we started with, and it was not - * a default label or an auto-allocated label, there is no - * need to do anything before exiting. Note that 'w' will reset - * dflag and aflag to allow 'q' to exit with further questions. + * If we haven't changed the label we started with, and + * it was not a default label or an auto-allocated + * label, there is no need to do anything before + * exiting. Note that 'w' will reset dflag and aflag to + * allow 'q' to exit with further questions. */ if (!dflag && !aflag && memcmp(lp, &label, sizeof(label)) == 0) { |