Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2017 20:57:03 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r323980 - head/sys/compat/linux
Message-ID:  <201709242057.v8OKv3OO039684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Sun Sep 24 20:57:03 2017
New Revision: 323980
URL: https://svnweb.freebsd.org/changeset/base/323980

Log:
  Small style(9) issue: spaces vs TAB.

Modified:
  head/sys/compat/linux/linux_stats.c

Modified: head/sys/compat/linux/linux_stats.c
==============================================================================
--- head/sys/compat/linux/linux_stats.c	Sun Sep 24 20:16:38 2017	(r323979)
+++ head/sys/compat/linux/linux_stats.c	Sun Sep 24 20:57:03 2017	(r323980)
@@ -319,7 +319,7 @@ struct l_statfs {
 #define	LINUX_PROC_SUPER_MAGIC	0x9fa0L
 #define	LINUX_UFS_SUPER_MAGIC	0x00011954L	/* XXX - UFS_MAGIC in Linux */
 #define	LINUX_ZFS_SUPER_MAGIC	0x2FC12FC1
-#define LINUX_DEVFS_SUPER_MAGIC	0x1373L
+#define	LINUX_DEVFS_SUPER_MAGIC	0x1373L
 #define	LINUX_SHMFS_MAGIC	0x01021994
 
 static long



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709242057.v8OKv3OO039684>