hid/tests: Remove a space before a '\n'.

Aric Stewart aric at codeweavers.com
Fri Feb 3 06:31:58 CST 2017


Signed-off-by: Aric Stewart <aric at codeweavers.com>

On 2/3/17 4:22 AM, Francois Gouget wrote:
> Signed-off-by: Francois Gouget <fgouget at free.fr>
> ---
>  dlls/hid/tests/device.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dlls/hid/tests/device.c b/dlls/hid/tests/device.c
> index 91fade49ae9..e72a5000161 100644
> --- a/dlls/hid/tests/device.c
> +++ b/dlls/hid/tests/device.c
> @@ -204,7 +204,7 @@ static void process_data(HIDP_CAPS Caps, PHIDP_PREPARSED_DATA ppd, CHAR *data, D
>          status = HidP_GetValueCaps(HidP_Input, values, &length, ppd);
>          ok(status == HIDP_STATUS_SUCCESS, "Failed to get value caps (%x)\n",status);
>  
> -        trace("\tValues: \n");
> +        trace("\tValues:\n");
>          for (i = 0; i < length; i++)
>          {
>              status = HidP_GetUsageValue(HidP_Input, values[i].UsagePage, 0,
> 



More information about the wine-patches mailing list