summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_vfsops.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-24 04:35:23 +0000
committerbde <bde@FreeBSD.org>2002-03-24 04:35:23 +0000
commitf45e5bde8ec262c34297fa1ecae9201b0bf56bdb (patch)
tree1c6663fd779afab014fc1ac7922a5a0bc76cb015 /sys/isofs/cd9660/cd9660_vfsops.c
parent83dd3dfdc2206dbe7c13359b7d4ca2fb95ab5a0d (diff)
downloadFreeBSD-src-f45e5bde8ec262c34297fa1ecae9201b0bf56bdb.zip
FreeBSD-src-f45e5bde8ec262c34297fa1ecae9201b0bf56bdb.tar.gz
Fixed some style bugs in the removal of __P(()). Continuation lines
were not outdented to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting in some cases.
Diffstat (limited to 'sys/isofs/cd9660/cd9660_vfsops.c')
-rw-r--r--sys/isofs/cd9660/cd9660_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c
index d3811af..8d4db7d 100644
--- a/sys/isofs/cd9660/cd9660_vfsops.c
+++ b/sys/isofs/cd9660/cd9660_vfsops.c
@@ -99,7 +99,7 @@ MODULE_VERSION(cd9660, 1);
static int iso_get_ssector(dev_t dev, struct thread *td);
static int iso_mountfs(struct vnode *devvp, struct mount *mp,
- struct thread *td, struct iso_args *argp);
+ struct thread *td, struct iso_args *argp);
/*
* Try to find the start of the last data track on this CD-ROM. This
OpenPOWER on IntegriCloud