[PATCH] adsldp/tests: Fix misleading indentation warnings

Dmitry Timoshkov dmitry at baikal.ru
Sun Jan 23 13:15:27 CST 2022


Fabian Maurer <dark.shadow4 at web.de> wrote:

> -todo_wine_if(i == 0 || i == 1 || i == 11 || i == 12)
> +        todo_wine_if(i == 0 || i == 1 || i == 11 || i == 12)

They are intentionally formatted like this. A correct way to fix it is to
remove the 'todo_wine'. Here, and in other places.

-- 
Dmitry.



More information about the wine-devel mailing list