[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.

Excluded: 3rd-party code (incl. wine) and most of the win32ss.
This commit is contained in:
Hermès Bélusca-Maïto 2021-09-13 03:33:14 +02:00
parent bbabe2489e
commit 9393fc320e
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
701 changed files with 14685 additions and 14693 deletions

View file

@ -133,7 +133,7 @@ int LoadStringAndOem(HINSTANCE hInst,
return 0;
}
res = LoadString(hInst, uID, szTmp, byteSize);
res = LoadString(hInst, uID, szTmp, byteSize);
CharToOem(szTmp, szNode);
HeapFree(ProcessHeap, 0, szTmp);
return res;
@ -300,7 +300,7 @@ LPTSTR GetConnectionType(LPTSTR lpClass)
if (ConTypeTmp == NULL)
return NULL;
ConType = (LPTSTR)HeapAlloc(ProcessHeap,
0,
dwDataSize);

View file

@ -1,6 +1,6 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS net command
* PROJECT: ReactOS net command
* PROGRAMMERS: Magnus Olsen (greatlord@reactos.org)
*/

View file

@ -839,7 +839,7 @@ PCHAR ClassIDtoClassName( USHORT ClassID )
case CLASS_ANY:
return ClassAny;
default:
return "Unknown";
}