From 6dc52122e6e8b28b8477a202726dfff7d0ce0b9c Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 17 Oct 2024 14:52:49 -0700 Subject: [PATCH] fixed c90 comment style --- lib/compress/zstd_preSplit.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/compress/zstd_preSplit.c b/lib/compress/zstd_preSplit.c index 93e77248b..3256905df 100644 --- a/lib/compress/zstd_preSplit.c +++ b/lib/compress/zstd_preSplit.c @@ -78,8 +78,9 @@ static S64 fpDistance(const FingerPrint* fp1, const FingerPrint* fp2) return distance; } -// Compare newEvents with pastEvents -// return 1 when considered "too different" +/* Compare newEvents with pastEvents + * return 1 when considered "too different" + */ static int compareFingerprints(const FingerPrint* ref, const FingerPrint* newfp, int penalty)