diff options
| author | spencer-lunarg <spencer@lunarg.com> | 2025-11-02 20:47:54 -0500 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-11-06 22:39:33 +0000 |
| commit | 171581aeae1add828359c2d87fda72023bb4d641 (patch) | |
| tree | 04811c7d7eef3c825608f04311ab03bf4a9ccd6e /src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c | |
| parent | af872180e197a9e2a1e73f742d2902ab5ed61dab (diff) | |
llvmpipe: Remove trailing whitespace
Signed-off-by: spencer-lunarg <spencer@lunarg.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38202>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c b/src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c index 0f0c5810ae9..e1006808bf4 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_format_s3tc.c @@ -1197,7 +1197,7 @@ s3tc_update_cache_access(struct gallivm_state *gallivm, } #endif -/** +/** * Calculate 1/3(v1-v0) + v0 and 2*1/3(v1-v0) + v0. * The lerp is performed between the first 2 32bit colors * in the source vector, both results are returned packed in result vector. @@ -2012,7 +2012,7 @@ update_cached_block(struct gallivm_state *gallivm, args[0] = ptr_addr; args[1] = hash_index; args[2] = cache; - + LLVMBuildCall2(builder, function_type, function, args, ARRAY_SIZE(args), ""); bb = LLVMGetInsertBlock(builder); inst = LLVMGetLastInstruction(bb); |