aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Rossi <[email protected]>2017-01-10 01:52:58 +0100
committerTapani Pälli <[email protected]>2017-01-11 10:16:19 +0200
commit2c0d849e2d2990c0122dfb161132558d971e77db (patch)
treec10ac07760493e98fb1fc9cf77c627fd4779c2e8
parenteca79e84b90b0751baff8df18ce7069ba9c73a09 (diff)
st/dri: remove trailing whitespace
Reviewed-by: Tapani Pälli <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
-rw-r--r--src/gallium/state_trackers/dri/dri_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/dri/dri_screen.c b/src/gallium/state_trackers/dri/dri_screen.c
index aa0ad09ce58..a950f5241d2 100644
--- a/src/gallium/state_trackers/dri/dri_screen.c
+++ b/src/gallium/state_trackers/dri/dri_screen.c
@@ -143,7 +143,7 @@ dri_fill_in_modes(struct dri_screen *screen)
stencil_bits_array[0] = 0;
depth_buffer_factor = 1;
}
-
+
msaa_samples_max = (screen->st_api->feature_mask & ST_API_FEATURE_MS_VISUALS_MASK)
? MSAA_VISUAL_MAX_SAMPLES : 1;