[rtems-central commit] spec-glossary: Remove white space

Sebastian Huber sebh at rtems.org
Fri Oct 7 05:24:52 UTC 2022


Module:    rtems-central
Branch:    master
Commit:    f66fbd65dab6bc9a0fb3764c057b709134ea4796
Changeset: http://git.rtems.org/rtems-central/commit/?id=f66fbd65dab6bc9a0fb3764c057b709134ea4796

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Oct  7 07:29:19 2022 +0200

spec-glossary: Remove white space

---

 spec-glossary/glossary/priority-task.yml | 2 +-
 spec-glossary/glossary/priority.yml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/spec-glossary/glossary/priority-task.yml b/spec-glossary/glossary/priority-task.yml
index c0a49826..165e0ab1 100644
--- a/spec-glossary/glossary/priority-task.yml
+++ b/spec-glossary/glossary/priority-task.yml
@@ -10,7 +10,7 @@ term: task priority
 text: |
   A task ${priority:/term} of a ${task:/term} determines its importance
   relative to other tasks.
-  
+
   The scheduler use task priorities to determine which ${readytask:/term} gets
   a processor allocated, see ${scheduledtask:/term}.  The
   ${priority-eligible:/plural} of a task define the position of the task in a
diff --git a/spec-glossary/glossary/priority.yml b/spec-glossary/glossary/priority.yml
index 64dfd89d..24190c19 100644
--- a/spec-glossary/glossary/priority.yml
+++ b/spec-glossary/glossary/priority.yml
@@ -20,7 +20,7 @@ text: |
   ${priority-lower:/term} than ``B``.  If a numerical priority value ``C`` is
   less than a numerical priority value ``D``, then ``C`` expresses a
   ${priority-higher:/term} than ``D``.
-  
+
   For the ${posix:/term} API, if a numerical priority value ``R`` is less than
   a numerical priority value ``S``, then ``R`` expresses a lower priority than
   ``S``.  If a numerical priority value ``T`` is greater than a numerical



More information about the vc mailing list