reverted changes from clang-format

This commit is contained in:
sss
2021-02-24 15:53:43 +03:00
committed by akallabeth
parent bee2e1526d
commit 6574fdf6e4
34 changed files with 97 additions and 154 deletions

View File

@@ -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;