mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93
.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
This commit is contained in:
parent
bbabe2489e
commit
9393fc320e
701 changed files with 14685 additions and 14693 deletions
|
@ -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);
|
||||
|
|
|
@ -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)
|
||||
*/
|
||||
|
||||
|
|
|
@ -839,7 +839,7 @@ PCHAR ClassIDtoClassName( USHORT ClassID )
|
|||
|
||||
case CLASS_ANY:
|
||||
return ClassAny;
|
||||
|
||||
|
||||
default:
|
||||
return "Unknown";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue