From a529805c789ddd10485397b5a757a9babeb77ca5 Mon Sep 17 00:00:00 2001 From: Greg Hogan Date: Fri, 22 Apr 2022 17:22:01 +0000 Subject: [PATCH 12/15] gnu: aws-crt-cpp: Fix comment formatting. * gnu/packages/cpp.scm (aws-crt-cpp): Fix comment formatting. --- gnu/packages/cpp.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 645fa8e47c..ea19f2fd8e 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1164,9 +1164,9 @@ (define-public poco (define-public aws-crt-cpp (package (name "aws-crt-cpp") - ; Update only when updating aws-sdk-cpp, and when updating also update - ; versions of library dependencies linked from from - ; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt + ;; Update only when updating aws-sdk-cpp, and when updating also update + ;; versions of library dependencies linked from from + ;; https://github.com/awslabs/aws-crt-cpp/tree/{aws-crt-cpp commit}/crt (version "0.17.27") (source (origin (method git-fetch) -- 2.36.0