From 6ea50c8684bd7f1284e412f97571e42168f626c7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 21 Jul 2023 09:09:37 +0200 Subject: spec: Remove superfluous ';' --- spec/c/req/clock-nanosleep.yml | 10 +++++----- spec/c/req/posix-memalign.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'spec/c') diff --git a/spec/c/req/clock-nanosleep.yml b/spec/c/req/clock-nanosleep.yml index aea335b1..d6f5fc45 100644 --- a/spec/c/req/clock-nanosleep.yml +++ b/spec/c/req/clock-nanosleep.yml @@ -276,29 +276,29 @@ test-context: This member provides the scheduler operation records. description: null member: | - T_scheduler_log_4 scheduler_log; + T_scheduler_log_4 scheduler_log - brief: | This member contains the CLOCK_REALTIME value before the ${../if/clock-nanosleep:/name} call. description: null member: | - struct timespec now_realtime; + struct timespec now_realtime - brief: | This member contains the CLOCK_MONOTONIC value before the ${../if/clock-nanosleep:/name} call. description: null member: | - struct timespec now_monotonic; + struct timespec now_monotonic - brief: | This member contains the worker task identifier. description: null member: | - rtems_id worker_id; + rtems_id worker_id - brief: | This member contains the timer information of the worker task. description: null member: | - TaskTimerInfo timer_info; + TaskTimerInfo timer_info - brief: | This member provides the object referenced by the ``rqtp`` parameter. description: null diff --git a/spec/c/req/posix-memalign.yml b/spec/c/req/posix-memalign.yml index d1b1ee66..9df0a489 100644 --- a/spec/c/req/posix-memalign.yml +++ b/spec/c/req/posix-memalign.yml @@ -169,7 +169,7 @@ test-context: This member provides a memory support context. description: null member: | - MemoryContext mem_ctx; + MemoryContext mem_ctx - brief: | This member provides the object referenced by the memptr parameter. description: null -- cgit v1.2.3