From 5e6a67755f80f41ca105519ffdf5211daddbb3a6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 13 Dec 2025 11:00:39 +0100 Subject: Tidy up some comments. --- src/lib/j2k_image_proxy.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/j2k_image_proxy.cc b/src/lib/j2k_image_proxy.cc index 8fb387158..4c19699b3 100644 --- a/src/lib/j2k_image_proxy.cc +++ b/src/lib/j2k_image_proxy.cc @@ -147,8 +147,8 @@ J2KImageProxy::prepare (Image::Alignment alignment, optional target_s int const shift = 16 - decompressed->precision (0); /* Copy data in whatever format (sRGB or XYZ) into our Image; I'm assuming - the data is 12-bit either way. - */ + * the data is 12-bit either way. + */ int const width = decompressed->size().width; -- cgit v1.2.3