whitespace.

This commit is contained in:
yamt 2006-08-04 16:36:44 +00:00
parent 6e8d813f5e
commit 273fdcedb9
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: fstypes.h,v 1.2 2006/08/04 16:30:22 yamt Exp $ */
/* $NetBSD: fstypes.h,v 1.3 2006/08/04 16:36:44 yamt Exp $ */
/*-
* Copyright (c) 2006 The NetBSD Foundation, Inc.
@ -42,7 +42,7 @@
#include <stddef.h>
/* Old, fixed size filehandle structures (used upto (including) 3.x) */
struct compat_30_fid{
struct compat_30_fid {
unsigned short fid30_len;
unsigned short fid30_reserved;
char fid30_data[16];

View File

@ -1,4 +1,4 @@
/* $NetBSD: mount.h,v 1.5 2006/07/31 16:34:44 martin Exp $ */
/* $NetBSD: mount.h,v 1.6 2006/08/04 16:37:34 yamt Exp $ */
/*
* Copyright (c) 1989, 1991, 1993
@ -80,7 +80,7 @@ struct vfsconf {
};
/* Old, fixed size filehandle structures (used upto (including) 3.x) */
struct compat_30_fid{
struct compat_30_fid {
unsigned short fid_len;
unsigned short fid_reserved;
char fid_data[16];