Trivial changes to spacing

This commit is contained in:
Gregory Nutt 2017-05-05 14:43:44 -06:00
parent 3fcdc28a59
commit a1a68216a9

View File

@ -163,8 +163,8 @@ void ieee802154_indpool_initialize(void)
* general structures.
*/
ind->flink = g_indfree_irq;
g_indfree_irq = ind;
ind->flink = g_indfree_irq;
g_indfree_irq = ind;
/* Set up for the next structure from the pool */