1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

Whitespace tweak.

MFC after:	3 days
This commit is contained in:
Robert Watson 2010-03-01 00:43:05 +00:00
parent 938448cd87
commit 60efbc9991
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204498

View File

@ -167,7 +167,7 @@ struct sysctl_netisr_work {
* can rebalance work.
*/
struct mbuf;
typedef void netisr_handler_t (struct mbuf *m);
typedef void netisr_handler_t(struct mbuf *m);
typedef struct mbuf *netisr_m2cpuid_t(struct mbuf *m, uintptr_t source,
u_int *cpuid);
typedef struct mbuf *netisr_m2flow_t(struct mbuf *m, uintptr_t source);