forked from Imagelibrary/rtems
Spacing.
This commit is contained in:
@@ -55,6 +55,7 @@ int IMFS_rmnod(
|
|||||||
/*
|
/*
|
||||||
* Take the node out of the parent's chain that contains this node
|
* Take the node out of the parent's chain that contains this node
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( the_jnode->Parent != NULL ) {
|
if ( the_jnode->Parent != NULL ) {
|
||||||
Chain_Extract( (Chain_Node *) the_jnode );
|
Chain_Extract( (Chain_Node *) the_jnode );
|
||||||
the_jnode->Parent = NULL;
|
the_jnode->Parent = NULL;
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ int IMFS_rmnod(
|
|||||||
/*
|
/*
|
||||||
* Take the node out of the parent's chain that contains this node
|
* Take the node out of the parent's chain that contains this node
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( the_jnode->Parent != NULL ) {
|
if ( the_jnode->Parent != NULL ) {
|
||||||
Chain_Extract( (Chain_Node *) the_jnode );
|
Chain_Extract( (Chain_Node *) the_jnode );
|
||||||
the_jnode->Parent = NULL;
|
the_jnode->Parent = NULL;
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ int IMFS_rmnod(
|
|||||||
/*
|
/*
|
||||||
* Take the node out of the parent's chain that contains this node
|
* Take the node out of the parent's chain that contains this node
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( the_jnode->Parent != NULL ) {
|
if ( the_jnode->Parent != NULL ) {
|
||||||
Chain_Extract( (Chain_Node *) the_jnode );
|
Chain_Extract( (Chain_Node *) the_jnode );
|
||||||
the_jnode->Parent = NULL;
|
the_jnode->Parent = NULL;
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ int IMFS_rmnod(
|
|||||||
/*
|
/*
|
||||||
* Take the node out of the parent's chain that contains this node
|
* Take the node out of the parent's chain that contains this node
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( the_jnode->Parent != NULL ) {
|
if ( the_jnode->Parent != NULL ) {
|
||||||
Chain_Extract( (Chain_Node *) the_jnode );
|
Chain_Extract( (Chain_Node *) the_jnode );
|
||||||
the_jnode->Parent = NULL;
|
the_jnode->Parent = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user