summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 11:57:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 11:57:23 +0000
commit33c3b54d57b50ac3d236e2660556a9a2ecb8dcad (patch)
treee6099e8db3c611101bd9c8f486b3f451a5e979b6 /cpukit/libmisc
parentWhitespace removal. (diff)
downloadrtems-33c3b54d57b50ac3d236e2660556a9a2ecb8dcad.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/libmisc')
-rw-r--r--cpukit/libmisc/capture/capture.h4
-rw-r--r--cpukit/libmisc/dumpbuf/dumpbuf.h2
-rw-r--r--cpukit/libmisc/fb/fb.h4
-rw-r--r--cpukit/libmisc/monitor/monitor.h2
-rw-r--r--cpukit/libmisc/stackchk/stackchk.h6
-rw-r--r--cpukit/libmisc/stringto/stringto_template.h2
6 files changed, 10 insertions, 10 deletions
diff --git a/cpukit/libmisc/capture/capture.h b/cpukit/libmisc/capture/capture.h
index b96582f6bf..48ba5ebec4 100644
--- a/cpukit/libmisc/capture/capture.h
+++ b/cpukit/libmisc/capture/capture.h
@@ -1,7 +1,7 @@
/**
* @file rtems/capture.h
*/
-
+
/*
------------------------------------------------------------------------
$Id$
@@ -119,7 +119,7 @@ typedef struct rtems_capture_control_s
RTEMS_CAPTURE_DELETE | \
RTEMS_CAPTURE_BEGIN | \
RTEMS_CAPTURE_EXITTED)
-
+
/**
* rtems_capture_task_t
*
diff --git a/cpukit/libmisc/dumpbuf/dumpbuf.h b/cpukit/libmisc/dumpbuf/dumpbuf.h
index 48d76c1a09..9347ce5fa8 100644
--- a/cpukit/libmisc/dumpbuf/dumpbuf.h
+++ b/cpukit/libmisc/dumpbuf/dumpbuf.h
@@ -21,7 +21,7 @@ extern "C" {
*
* This method prints @a length bytes beginning at @a buffer in
* a nice format similar to what one would expect from a debugger
- * or ROM monitor.
+ * or ROM monitor.
*
* @param[in] buffer is the address of the buffer
* @param[in] length is the length of the buffer
diff --git a/cpukit/libmisc/fb/fb.h b/cpukit/libmisc/fb/fb.h
index f42a15f0c9..dde8803505 100644
--- a/cpukit/libmisc/fb/fb.h
+++ b/cpukit/libmisc/fb/fb.h
@@ -46,8 +46,8 @@ extern "C" {
struct fb_bitfield {
uint32_t offset; /* beginning of bitfield */
uint32_t length; /* length of bitfield */
- uint32_t msb_right; /* != 0 : Most significant bit is */
- /* right */
+ uint32_t msb_right; /* != 0 : Most significant bit is */
+ /* right */
};
struct fb_var_screeninfo {
diff --git a/cpukit/libmisc/monitor/monitor.h b/cpukit/libmisc/monitor/monitor.h
index bb7d5aafd7..88560e0d15 100644
--- a/cpukit/libmisc/monitor/monitor.h
+++ b/cpukit/libmisc/monitor/monitor.h
@@ -3,7 +3,7 @@
*
* The RTEMS monitor task.
*/
-
+
/*
* $Id$
*/
diff --git a/cpukit/libmisc/stackchk/stackchk.h b/cpukit/libmisc/stackchk/stackchk.h
index af16d39523..bd8c284417 100644
--- a/cpukit/libmisc/stackchk/stackchk.h
+++ b/cpukit/libmisc/stackchk/stackchk.h
@@ -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.
*/
diff --git a/cpukit/libmisc/stringto/stringto_template.h b/cpukit/libmisc/stringto/stringto_template.h
index 863c98ff81..a1503e0d87 100644
--- a/cpukit/libmisc/stringto/stringto_template.h
+++ b/cpukit/libmisc/stringto/stringto_template.h
@@ -98,7 +98,7 @@ rtems_status_code STRING_TO_NAME (
/* If the user wants the end pointer back, then return it. */
if ( endptr )
- *endptr = end;
+ *endptr = end;
/* nothing was converted */
if ( end == s )