From 3f43c6a31080847876cbbca347e9be9df215dba9 Mon Sep 17 00:00:00 2001 From: DRC Date: Tue, 4 Apr 2023 13:27:11 -0500 Subject: [PATCH] jdlossls.c: Code formatting tweak --- jdlossls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdlossls.c b/jdlossls.c index f03164e4..4d15e6bb 100644 --- a/jdlossls.c +++ b/jdlossls.c @@ -53,7 +53,7 @@ * * The reconstructed sample is supposed to be calculated modulo 2^16, so we * logically AND the result with 0xFFFF. -*/ + */ #define UNDIFFERENCE_1D(INITIAL_PREDICTOR) \ int Ra; \