From: caoyzh Date: Thu, 2 Apr 2020 15:08:13 +0000 (+0800) Subject: Modify indent of comments X-Git-Tag: v1.4.5^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e802ede9c3a6030460360e78821668e67c974f3;p=thirdparty%2Fzstd.git Modify indent of comments --- diff --git a/lib/common/zstd_internal.h b/lib/common/zstd_internal.h index 0f1311033..009d8427c 100644 --- a/lib/common/zstd_internal.h +++ b/lib/common/zstd_internal.h @@ -281,8 +281,8 @@ void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length, ZSTD_overlap_e /* Separate out the first COPY16() call because the copy length is * almost certain to be short, so the branches have different * probabilities. Since it is almost certain to be short, only do - * one COPY16() in the first call. Then, do two calls per loop since - * at that point it is more likely to have a high trip count. + * one COPY16() in the first call. Then, do two calls per loop since + * at that point it is more likely to have a high trip count. */ #ifndef __aarch64__ COPY16(op, ip);