mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix some harmless mis-indents.
Spotted by: FlexeLint
This commit is contained in:
parent
c12958c403
commit
8d3574c7a4
5 changed files with 5 additions and 5 deletions
|
|
@ -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 a new issue