summaryrefslogtreecommitdiff
path: root/sbin/disklabel
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-05-11 23:09:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-05-11 23:09:45 +0000
commit78da0e39d32d87b14c18561078d364a478fb27bd (patch)
tree162f855b28f0acb3ee176eaa7e077106a1d71f55 /sbin/disklabel
parent5e3f58b14cd4dc626ab1335eac511e0e235b7b63 (diff)
very long lines in comments are ugly
Diffstat (limited to 'sbin/disklabel')
-rw-r--r--sbin/disklabel/editor.c13
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) {