diff options
author | Greg Hogan <code@greghogan.com> | 2022-04-22 17:18:32 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-02 15:14:42 +0200 |
commit | 4dbb1520e24f0d17f0b1d81bd0364d95186e397d (patch) | |
tree | ca700debef2bd5e7e26a1110cb96959e8def3583 /gnu/packages/c.scm | |
parent | a9b4d69c9ce33b2a037436bb5e4257be926996de (diff) | |
download | guix-4dbb1520e24f0d17f0b1d81bd0364d95186e397d.tar.gz |
gnu: aws-c-event-stream: Fix comment formatting.
* gnu/packages/c.scm (aws-c-event-stream): 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 cfe707d5ad..c1a028b653 100644 --- a/gnu/packages/c.scm +++ b/gnu/packages/c.scm @@ -639,7 +639,7 @@ with fallback to efficient C99 software implementations.") (define-public aws-c-event-stream (package (name "aws-c-event-stream") - ; Update only when updating aws-crt-cpp. + ;; Update only when updating aws-crt-cpp. (version "0.2.7") (source (origin (method git-fetch) |