Cosmetic changes; fix indentation and usage of white spaces.

This commit is contained in:
enami 1999-11-18 08:23:22 +00:00
parent 46b5560f98
commit 068ded93c6
1 changed files with 50 additions and 50 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: inode.h,v 1.14 1999/11/15 18:49:15 fvdl Exp $ */
/* $NetBSD: inode.h,v 1.15 1999/11/18 08:23:22 enami Exp $ */
/*
* Copyright (c) 1982, 1989, 1993
@ -67,8 +67,8 @@ struct ffs_inode_ext {
*/
struct inode {
LIST_ENTRY(inode) i_hash;/* Hash chain. */
struct vnode *i_vnode;/* Vnode associated with this inode. */
struct vnode *i_devvp;/* Vnode for block I/O. */
struct vnode *i_vnode; /* Vnode associated with this inode. */
struct vnode *i_devvp; /* Vnode for block I/O. */
u_int32_t i_flag; /* flags, see below */
dev_t i_dev; /* Device associated with the inode. */
ino_t i_number; /* The identity of the inode. */