]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Modify indent of comments
authorcaoyzh <caoyazhen_ok@163.com>
Thu, 2 Apr 2020 15:08:13 +0000 (23:08 +0800)
committerNick Terrell <nickrterrell@gmail.com>
Thu, 7 May 2020 20:10:46 +0000 (13:10 -0700)
lib/common/zstd_internal.h

index 0f13110332233cf63afe5aa1893c9eb56a7ab1e1..009d8427c1fff7e66afe10e5cfe5fa13754f392a 100644 (file)
@@ -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);