Roll skcms from defc2fa459b6 to 934b734ed72a (1 revision)

https://skia.googlesource.com/skcms.git/+log/defc2fa459b6..934b734ed72a

2024-04-02 kjlubick@google.com Remove unnecessary return statement

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skcms-skia-autoroll
Please CC brianosman@google.com,kjlubick@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Cq-Include-Trybots: skia/skia.primary:Canary-Chromium
Tbr: brianosman@google.com,kjlubick@google.com
Change-Id: I8a6e6e44bc9779679f637d80a329212c4437a396
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/835416
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/modules/skcms/src/Transform_inl.h b/modules/skcms/src/Transform_inl.h
index 5169674..69c935e 100644
--- a/modules/skcms/src/Transform_inl.h
+++ b/modules/skcms/src/Transform_inl.h
@@ -1288,7 +1288,6 @@
     store(dst + 4*i, cast<U32>(to_fixed(((r - min) / range) * 1023)) <<  0
                    | cast<U32>(to_fixed(((g - min) / range) * 1023)) << 10
                    | cast<U32>(to_fixed(((b - min) / range) * 1023)) << 20);
-    return;
 }
 
 FINAL_STAGE(store_1010102, NoCtx) {
diff --git a/modules/skcms/version.sha1 b/modules/skcms/version.sha1
index 6908aa3..870ea4b 100755
--- a/modules/skcms/version.sha1
+++ b/modules/skcms/version.sha1
@@ -1 +1 @@
-defc2fa459b6971225611518ce270c287a3c0a85
+934b734ed72a27b94697fdd25f15574879e3c8ff