summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/userextremoveset.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/userextremoveset.c')
-rw-r--r--cpukit/score/src/userextremoveset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/userextremoveset.c b/cpukit/score/src/userextremoveset.c
index 4466007c25..a7f23da536 100644
--- a/cpukit/score/src/userextremoveset.c
+++ b/cpukit/score/src/userextremoveset.c
@@ -29,7 +29,7 @@ void _User_extensions_Remove_set (
)
{
_Chain_Extract( &the_extension->Node );
-
+
/*
* If a switch handler is present, remove it.
*/