Module Name:    src
Committed By:   wiz
Date:           Mon Mar 30 09:32:46 UTC 2020

Modified Files:
        src/sys/sys: disklabel.h

Log Message:
Match indentation of previous entries.


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sys/sys/disklabel.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/disklabel.h
diff -u src/sys/sys/disklabel.h:1.123 src/sys/sys/disklabel.h:1.124
--- src/sys/sys/disklabel.h:1.123	Mon Mar 30 09:19:06 2020
+++ src/sys/sys/disklabel.h	Mon Mar 30 09:32:46 2020
@@ -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(MINIXFS3,29, "MINIX FSv3", NULL,   NUL
 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

Reply via email to