Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1708 → Rev 1757

/kernel/trunk/generic/src/adt/btree.c
557,7 → 557,7
 
/** Split full B-tree node and insert new key-value-right-subtree triplet.
*
* This function will split a node and return pointer to a newly created
* This function will split a node and return a pointer to a newly created
* node containing keys greater than or equal to the greater of medians
* (or median) of the old keys and the newly added key. It will also write
* the median key to a memory address supplied by the caller.
1000,4 → 1000,3
 
/** @}
*/