mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Line up the continuation backslashes.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
d4015944e7
commit
4eea8aea94
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244238
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user