Zhiyi Zhang (@zhiyi) commented about dlls/gdi32/tests/driver.c:
- {
ret = SetupDiGetDeviceInterfaceDetailW(set, &iface, iface_data,
sizeof(iface_detail_buffer), NULL, &device_data );
ok(ret, "Got unexpected ret %d, GetLastError() %lu.\n", ret, GetLastError());
ret = SetupDiGetDevicePropertyW(set, &device_data, &DEVPKEY_Device_MatchingDeviceId, &type,
(BYTE *)device_id, sizeof(device_id), NULL, 0);
ok(ret, "Got unexpected ret %d, GetLastError() %lu.\n", ret, GetLastError());
ok(type == DEVPROP_TYPE_STRING, "Got type %ld.\n", type);
++i;
- }
- SetupDiDestroyDeviceInfoList( set );
+}
Remove this empty line.