summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-10-12 18:37:30 -0600
committerBrian Paul <brianp@vmware.com>2010-10-12 19:04:05 -0600
commit50f221a01b45cc1e00ed3462b8084d5b6a8a46aa (patch)
tree329cd049327528e9b3dcf929390065ac44e8071b /src/gallium/auxiliary/gallivm
parentc1549729ce5243fb7fec7b589278656b8b1ab4fb (diff)
gallivm: remove newlines
Diffstat (limited to 'src/gallium/auxiliary/gallivm')
-rw-r--r--src/gallium/auxiliary/gallivm/lp_bld_arit.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_arit.c b/src/gallium/auxiliary/gallivm/lp_bld_arit.c
index 2c049d0293..00f419a486 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_arit.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_arit.c
@@ -1423,8 +1423,6 @@ lp_build_ifloor_fract(struct lp_build_context *bld,
LLVMValueRef *out_ipart,
LLVMValueRef *out_fpart)
{
-
-
const struct lp_type type = bld->type;
LLVMValueRef ipart;