gnu: sbcl-trivial-benchmark: Fix trailing whitespace in description.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-benchmark)[description]: Fix trailing whitespace.
This commit is contained in:
parent
5e9f5fb23d
commit
f5a935ff3f
1 changed files with 1 additions and 1 deletions
|
@ -13702,7 +13702,7 @@ for debugging and profiling real world applications.")
|
||||||
statistical data for it. On SBCL this includes the data from @code{time}, for
|
statistical data for it. On SBCL this includes the data from @code{time}, for
|
||||||
all other implementations just the @code{real-time} and @code{run-time} data.
|
all other implementations just the @code{real-time} and @code{run-time} data.
|
||||||
However, you can extend the system by adding your own @code{metrics} to it, or
|
However, you can extend the system by adding your own @code{metrics} to it, or
|
||||||
even by adding additional statistical @code{compute}ations. ")
|
even by adding additional statistical @code{compute}ations.")
|
||||||
(license license:zlib))))
|
(license license:zlib))))
|
||||||
|
|
||||||
(define-public cl-trivial-benchmark
|
(define-public cl-trivial-benchmark
|
||||||
|
|
Reference in a new issue