Changeset a6883c4 in rtems for c/src/lib/libc/imfs_rmnod.c


Ignore:
Timestamp:
10/12/99 20:22:27 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a0e265bf
Parents:
51435fc7
Message:

Spacing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libc/imfs_rmnod.c

    r51435fc7 ra6883c4  
    5656   * Take the node out of the parent's chain that contains this node
    5757   */
     58
    5859  if ( the_jnode->Parent != NULL ) {
    5960    Chain_Extract( (Chain_Node *) the_jnode );
Note: See TracChangeset for help on using the changeset viewer.