diff options
author | Brian Paul <[email protected]> | 2015-12-10 12:25:22 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-12-11 16:53:20 -0700 |
commit | 71f19dd201cb74967957bbc596003e1364734b9f (patch) | |
tree | 28148f75672d2b07d37bf55514060cecb3608e61 /src/mesa | |
parent | c877f1aeeff4f2c8e9957c2c559bb6841ae52a2f (diff) |
st/mesa: trivial indentation fix
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/state_tracker/st_atom_sampler.c | 2 |
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; |