summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/bsd
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/include/rtems/bsd
parentWhitespace removal. (diff)
downloadrtems-33c3b54d57b50ac3d236e2660556a9a2ecb8dcad.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/include/rtems/bsd')
-rw-r--r--cpukit/include/rtems/bsd/sys/queue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/bsd/sys/queue.h b/cpukit/include/rtems/bsd/sys/queue.h
index a8579ced09..4869f730e6 100644
--- a/cpukit/include/rtems/bsd/sys/queue.h
+++ b/cpukit/include/rtems/bsd/sys/queue.h
@@ -142,12 +142,12 @@ struct name { \
#define SLIST_HEAD_INITIALIZER(head) \
{ NULL }
-
+
#define SLIST_ENTRY(type) \
struct { \
struct type *sle_next; /* next element */ \
}
-
+
/*
* Singly-linked List functions.
*/