fix-format-20030826

minor silly indent/format fixes
This commit is contained in:
Jim Rees 2003-08-26 16:09:28 +00:00
parent c1157da616
commit 75ac7f8bf3

View File

@ -42,7 +42,7 @@ extern afs_rwlock_t afs_xcbhash;
/* don't set CDirty in here because RPC is called synchronously */ /* don't set CDirty in here because RPC is called synchronously */
int int
afs_symlink afs_symlink
#ifdef AFS_OSF_ENV #ifdef AFS_OSF_ENV
(ndp, attrs, atargetName) (ndp, attrs, atargetName)
struct nameidata *ndp; struct nameidata *ndp;
@ -55,10 +55,11 @@ int
#else /* AFS_OSF_ENV */ #else /* AFS_OSF_ENV */
(OSI_VC_ARG(adp), aname, attrs, atargetName, acred) (OSI_VC_ARG(adp), aname, attrs, atargetName, acred)
OSI_VC_DECL(adp); OSI_VC_DECL(adp);
char *atargetName; char *atargetName;
char *aname; char *aname;
struct vattr *attrs; struct vattr *attrs;
struct AFS_UCRED *acred; { struct AFS_UCRED *acred;
{
#endif #endif
afs_uint32 now = 0; afs_uint32 now = 0;
struct vrequest treq; struct vrequest treq;
@ -346,7 +347,7 @@ afs_UFSHandleLink(register struct vcache *avc, struct vrequest *areq)
int int
afs_readlink(OSI_VC_ARG(avc), auio, acred) afs_readlink(OSI_VC_ARG(avc), auio, acred)
OSI_VC_DECL(avc); OSI_VC_DECL(avc);
struct uio *auio; struct uio *auio;
struct AFS_UCRED *acred; struct AFS_UCRED *acred;
{ {