aboutsummaryrefslogtreecommitdiff
path: root/bpkg/system-package-manager-archive.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/system-package-manager-archive.cxx')
-rw-r--r--bpkg/system-package-manager-archive.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/system-package-manager-archive.cxx b/bpkg/system-package-manager-archive.cxx
index a65d6aa..4b4fd7f 100644
--- a/bpkg/system-package-manager-archive.cxx
+++ b/bpkg/system-package-manager-archive.cxx
@@ -126,9 +126,9 @@ namespace bpkg
};
// For gzip it's a good idea to use -9 by default. While for xz, -9 is
- // not recommended as the default due memory requirements, in our case
- // (large binary archives on development machines), this is unlikely to
- // be an issue.
+ // not recommended as the default due to memory requirements, in our
+ // case (large binary archives on development machines), this is
+ // unlikely to be an issue.
//
// Note also that the compression level can be altered via the GZIP
// (GZIP_OPT also seems to work) and XZ_OPT environment variables,