panfrost: Style main Gallium driver
[mesa.git] / src / gallium / drivers / panfrost / pan_blending.h
index 163237eed5eb7347e43c146ee4913dae6ba7f759..5eee0bbdfc914119db1f1cf3d2bcdc276ffd24bb 100644 (file)
@@ -33,10 +33,10 @@ struct panfrost_blend_state;
 
 bool
 panfrost_make_fixed_blend_mode(
-                const struct pipe_rt_blend_state *blend,
-                struct mali_blend_equation *out,
-                unsigned *constant_mask,
-                unsigned colormask);
+        const struct pipe_rt_blend_state *blend,
+        struct mali_blend_equation *out,
+        unsigned *constant_mask,
+        unsigned colormask);
 
 bool
 panfrost_can_fixed_blend(enum pipe_format format);