summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-12-10 12:25:22 -0700
committerBrian Paul <[email protected]>2015-12-11 16:53:20 -0700
commit71f19dd201cb74967957bbc596003e1364734b9f (patch)
tree28148f75672d2b07d37bf55514060cecb3608e61 /src/mesa
parentc877f1aeeff4f2c8e9957c2c559bb6841ae52a2f (diff)
st/mesa: trivial indentation fix
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/state_tracker/st_atom_sampler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_atom_sampler.c b/src/mesa/state_tracker/st_atom_sampler.c
index 4252c27962e..94231cf1946 100644
--- a/src/mesa/state_tracker/st_atom_sampler.c
+++ b/src/mesa/state_tracker/st_atom_sampler.c
@@ -250,7 +250,7 @@ update_shader_samplers(struct st_context *st,
samplers_used = prog->SamplersUsed;
if (*num_samplers == 0 && samplers_used == 0x0)
- return;
+ return;
*num_samplers = 0;