mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
reverted changes from clang-format
This commit is contained in:
@@ -699,14 +699,12 @@ static LONG smartcard_ListReadersW_Call(SMARTCARD_DEVICE* smartcard, SMARTCARD_O
|
||||
DWORD cchReaders = 0;
|
||||
IRP* irp = operation->irp;
|
||||
ListReaders_Call* call = &operation->call.listReaders;
|
||||
union
|
||||
{
|
||||
union {
|
||||
const BYTE* bp;
|
||||
const char* sz;
|
||||
const WCHAR* wz;
|
||||
} string;
|
||||
union
|
||||
{
|
||||
union {
|
||||
WCHAR** ppw;
|
||||
WCHAR* pw;
|
||||
CHAR* pc;
|
||||
|
||||
Reference in New Issue
Block a user