About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_const.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_const.h')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_const.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_const.h b/src/gallium/auxiliary/gallivm/lp_bld_const.h
index ebd6d942258..6d9d5410d69 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_const.h
+++ b/src/gallium/auxiliary/gallivm/lp_bld_const.h
@@ -102,8 +102,8 @@ LLVMValueRef
lp_build_const_channel_vec(struct gallivm_state *gallivm, struct lp_type type);
LLVMValueRef
-lp_build_const_aos(struct gallivm_state *gallivm, struct lp_type type,
- double r, double g, double b, double a,
+lp_build_const_aos(struct gallivm_state *gallivm, struct lp_type type,
+ double r, double g, double b, double a,
const unsigned char *swizzle);