Whitespace.

This commit is contained in:
Gleb Smirnoff 2005-02-06 19:24:59 +00:00
parent 50633c3a9f
commit 2c42caf7f0

@ -121,9 +121,9 @@ NETGRAPH_INIT(xxx, &typestruct);
/* Information we store for each hook on each node */
struct XXX_hookinfo {
int dlci; /* The DLCI it represents, -1 == downstream */
int channel; /* The channel representing this DLCI */
hook_p hook;
int dlci; /* The DLCI it represents, -1 == downstream */
int channel; /* The channel representing this DLCI */
hook_p hook;
};
/* Information we store for each node */
@ -436,7 +436,7 @@ ng_xxx_shutdown(node_p node)
NG_NODE_UNREF(privdata->node);
FREE(privdata, M_NETGRAPH);
return (0);
}
}
NG_NODE_REVIVE(node); /* tell ng_rmnode() we will persist */
#endif /* PERSISTANT_NODE */
return (0);