mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
Fix some harmless mis-indents.
Spotted by: FlexeLint
This commit is contained in:
parent
c12958c403
commit
8d3574c7a4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104302
@ -547,7 +547,7 @@ vfs_getvfs(fsid)
|
||||
mp->mnt_stat.f_fsid.val[1] == fsid->val[1]) {
|
||||
mtx_unlock(&mountlist_mtx);
|
||||
return (mp);
|
||||
}
|
||||
}
|
||||
}
|
||||
mtx_unlock(&mountlist_mtx);
|
||||
return ((struct mount *) 0);
|
||||
|
@ -639,7 +639,7 @@ ether_input(struct ifnet *ifp, struct ether_header *eh, struct mbuf *m)
|
||||
if (m != NULL)
|
||||
m_freem(m);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
recvLocal:
|
||||
/* Continue with upper layer processing */
|
||||
|
@ -630,7 +630,7 @@ fddi_ioctl (ifp, command, data)
|
||||
default:
|
||||
ifp->if_init(ifp->if_softc);
|
||||
break;
|
||||
}
|
||||
}
|
||||
case SIOCGIFADDR: {
|
||||
struct sockaddr *sa;
|
||||
|
||||
|
@ -391,7 +391,7 @@ route_output(m, so)
|
||||
} else {
|
||||
ifpaddr = 0;
|
||||
ifaaddr = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
len = rt_msg2(rtm->rtm_type, &info, (caddr_t)0,
|
||||
(struct walkarg *)0);
|
||||
|
@ -669,7 +669,7 @@ ufs_dirbadentry(dp, ep, entryoffsetinblock)
|
||||
/*return (1); */
|
||||
printf("Second bad\n");
|
||||
goto bad;
|
||||
}
|
||||
}
|
||||
if (ep->d_name[i])
|
||||
goto bad;
|
||||
return (0);
|
||||
|
Loading…
Reference in New Issue
Block a user