wined3d: Remove spaces after '\n's.

This commit is contained in:
Francois Gouget 2010-06-24 10:03:13 +02:00 committed by Alexandre Julliard
parent d36ef881c1
commit 620087c545
1 changed files with 2 additions and 2 deletions

View File

@ -1832,7 +1832,7 @@ static void shader_glsl_get_sample_function(const struct wined3d_shader_context
case WINED3DSTT_CUBE:
if (shadow)
{
FIXME("Unsupported Cube shadow function.\n ");
FIXME("Unsupported Cube shadow function.\n");
sample_function->name = "unsupportedCubeShadow";
sample_function->coord_mask = 0;
}
@ -1865,7 +1865,7 @@ static void shader_glsl_get_sample_function(const struct wined3d_shader_context
case WINED3DSTT_VOLUME:
if (shadow)
{
FIXME("Unsupported 3D shadow function.\n ");
FIXME("Unsupported 3D shadow function.\n");
sample_function->name = "unsupported3DShadow";
sample_function->coord_mask = 0;
}