Commit 620087c5 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wined3d: Remove spaces after '\n's.

parent d36ef881
...@@ -1832,7 +1832,7 @@ static void shader_glsl_get_sample_function(const struct wined3d_shader_context ...@@ -1832,7 +1832,7 @@ static void shader_glsl_get_sample_function(const struct wined3d_shader_context
case WINED3DSTT_CUBE: case WINED3DSTT_CUBE:
if (shadow) if (shadow)
{ {
FIXME("Unsupported Cube shadow function.\n "); FIXME("Unsupported Cube shadow function.\n");
sample_function->name = "unsupportedCubeShadow"; sample_function->name = "unsupportedCubeShadow";
sample_function->coord_mask = 0; sample_function->coord_mask = 0;
} }
...@@ -1865,7 +1865,7 @@ static void shader_glsl_get_sample_function(const struct wined3d_shader_context ...@@ -1865,7 +1865,7 @@ static void shader_glsl_get_sample_function(const struct wined3d_shader_context
case WINED3DSTT_VOLUME: case WINED3DSTT_VOLUME:
if (shadow) if (shadow)
{ {
FIXME("Unsupported 3D shadow function.\n "); FIXME("Unsupported 3D shadow function.\n");
sample_function->name = "unsupported3DShadow"; sample_function->name = "unsupported3DShadow";
sample_function->coord_mask = 0; sample_function->coord_mask = 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment