diff options
author | Greg Hogan <code@greghogan.com> | 2022-04-22 17:20:36 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-02 15:14:42 +0200 |
commit | b8c4bb3e0df3b0bb8bbd4a4de721c0e45dc39847 (patch) | |
tree | c9a99958b28ffac2a8e1e5183ef5ad1e1cbbd43a /gnu/packages/c.scm | |
parent | d7c8a8354909fa78087372fda8e1822f1e5bb3a4 (diff) | |
download | guix-b8c4bb3e0df3b0bb8bbd4a4de721c0e45dc39847.tar.gz |
gnu: aws-c-compression: Fix comment formatting.
* gnu/packages/c.scm (aws-c-compression): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/c.scm')
-rw-r--r-- | gnu/packages/c.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm index 341fb61218..91f4b95960 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -808,7 +808,7 @@ specifications.") (define-public aws-c-compression (package (name "aws-c-compression") - ; Update only when updating aws-crt-cpp. + ;; Update only when updating aws-crt-cpp. (version "0.2.14") (source (origin (method git-fetch) |