Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Match indentation of previous entries.



details:   https://anonhg.NetBSD.org/src/rev/06a4252e1dcd
branches:  trunk
changeset: 746390:06a4252e1dcd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Mar 30 09:32:46 2020 +0000

description:
Match indentation of previous entries.

diffstat:

 sys/sys/disklabel.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 82def70e2506 -r 06a4252e1dcd sys/sys/disklabel.h
--- a/sys/sys/disklabel.h       Mon Mar 30 09:19:06 2020 +0000
+++ b/sys/sys/disklabel.h       Mon Mar 30 09:32:46 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel.h,v 1.123 2020/03/30 09:19:06 martin Exp $   */
+/*     $NetBSD: disklabel.h,v 1.124 2020/03/30 09:32:46 wiz Exp $      */
 
 /*
  * Copyright (c) 1987, 1988, 1993
@@ -399,7 +399,7 @@
 x(VMKCORE, 30, "VMware vmkcore", NULL, NULL)  /* VMware vmkcore */ \
 x(VMFS,    31, "VMware VMFS", NULL,  NULL)    /* VMware VMFS */ \
 x(VMWRESV, 32, "VMware Reserved", NULL, NULL) /* VMware reserved */ \
-x(ZFS,    33, "ZFS", NULL, NULL)             /* ZFS */
+x(ZFS,     33, "ZFS",        NULL,   NULL)    /* ZFS */
 
 
 #ifndef _LOCORE



Home | Main Index | Thread Index | Old Index