summaryrefslogtreecommitdiffstats
path: root/sys/sys/mount.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-12-15 02:03:06 +0000
committerkib <kib@FreeBSD.org>2012-12-15 02:03:06 +0000
commit66ca3740cf58ba10bdfe6cb0890b856d21d66ac3 (patch)
treef698611603ab5e3e749dbb99ea811bd2ff0f14c7 /sys/sys/mount.h
parentfc4c8c168fc8ad5ffa7af50027c819e0eeae96ff (diff)
downloadFreeBSD-src-66ca3740cf58ba10bdfe6cb0890b856d21d66ac3.zip
FreeBSD-src-66ca3740cf58ba10bdfe6cb0890b856d21d66ac3.tar.gz
Line up the continuation backslashes.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
Diffstat (limited to 'sys/sys/mount.h')
-rw-r--r--sys/sys/mount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 4d010ec..6f333a3 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -199,8 +199,8 @@ struct vnode *__mnt_vnode_next_all(struct vnode **mvp, struct mount *mp);
struct vnode *__mnt_vnode_first_all(struct vnode **mvp, struct mount *mp);
void __mnt_vnode_markerfree_all(struct vnode **mvp, struct mount *mp);
-#define MNT_VNODE_FOREACH_ALL(vp, mp, mvp) \
- for (vp = __mnt_vnode_first_all(&(mvp), (mp)); \
+#define MNT_VNODE_FOREACH_ALL(vp, mp, mvp) \
+ for (vp = __mnt_vnode_first_all(&(mvp), (mp)); \
(vp) != NULL; vp = __mnt_vnode_next_all(&(mvp), (mp)))
#define MNT_VNODE_FOREACH_ALL_ABORT(mp, mvp) \
OpenPOWER on IntegriCloud