Whitespace removal.

This commit is contained in:
Ralf Corsepius
2009-11-29 11:57:23 +00:00
parent 309dbd07ff
commit 33c3b54d57
44 changed files with 136 additions and 136 deletions

View File

@@ -44,13 +44,13 @@ bool rtems_stack_checker_is_blown( void );
*/
void rtems_stack_checker_report_usage( void );
/** @brief Print Stack Usage Report
/** @brief Print Stack Usage Report
*
* This method prints a stack usage report for the curently executing
* task.
*
* @param[in] context is the context to pass to the print handler
* @param[in] print is the print handler
* @param[in] context is the context to pass to the print handler
* @param[in] print is the print handler
*
* @note It uses the caller's routine to print the report.
*/