mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 07:28:38 +08:00
Trivial changes to spacing
This commit is contained in:
parent
3fcdc28a59
commit
a1a68216a9
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue