gallium/drivers: Trivial code-style cleanup
[mesa.git] / src / gallium / drivers / llvmpipe / lp_tex_sample.c
index 217abe963b7fdffacd7917c42eccf64648c94f12..5762b7b483344c4cf67948aaea6d151e052482ae 100644 (file)
@@ -309,7 +309,7 @@ lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state)
    struct lp_llvm_sampler_soa *sampler;
 
    sampler = CALLOC_STRUCT(lp_llvm_sampler_soa);
-   if(!sampler)
+   if (!sampler)
       return NULL;
 
    sampler->base.destroy = lp_llvm_sampler_soa_destroy;