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
 
/** @}
*/
 
/kernel/trunk/generic/src/adt/hash_table.c
175,4 → 175,3
 
/** @}
*/
 
/kernel/trunk/generic/src/adt/list.c
92,4 → 92,3
 
/** @}
*/
 
/kernel/trunk/generic/src/adt/bitmap.c
187,4 → 187,3
 
/** @}
*/