Commit b6a93c96 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

nsi/tests: Avoid "misleading indentation" warnings.

parent 2bd79e8e
......@@ -631,7 +631,7 @@ static void test_ip_neighbour( int family )
err = NsiAllocateAndGetTable( 1, mod, NSI_IP_NEIGHBOUR_TABLE, (void **)&key_tbl, key_size,
(void **)&rw_tbl, sizeof(*rw), (void **)&dyn_tbl, sizeof(*dyn),
NULL, 0, &count, 0 );
todo_wine_if( family == AF_INET6 )
todo_wine_if( family == AF_INET6 )
ok( !err, "got %x\n", err );
if (err) goto err;
......
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