Fix ClangTidy complaint about function definitions in headers.

Previously this was static, but we are splitting the code out
into separate translation units so we can no longer do this.
ClangTidy recommends `inline` here but the suggestion is wrong.

Change-Id: I4ab9e487236f33a6985b3e1abc24b092d9196248
Reviewed-on: https://skia-review.googlesource.com/c/skcms/+/780577
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
1 file changed