mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
strip whitespace from end of lines
svn path=/trunk/; revision=15170
This commit is contained in:
parent
189e9fae5c
commit
c31bbf06e5
7 changed files with 9 additions and 9 deletions
|
@ -363,7 +363,7 @@ AddDesktopItemW (BOOL bCommonDesktop,
|
|||
psl->lpVtbl->Release(psl);
|
||||
|
||||
Ole32.fn.CoUninitialize();
|
||||
|
||||
|
||||
UnloadDynamicImports(&Ole32);
|
||||
|
||||
DPRINT ("AddDesktopItemW() done\n");
|
||||
|
|
|
@ -51,9 +51,9 @@ SetUserEnvironmentVariable (LPVOID *Environment,
|
|||
|
||||
DstValue.Length = 0;
|
||||
DstValue.MaximumLength = Length;
|
||||
DstValue.Buffer = Buffer = LocalAlloc(LPTR,
|
||||
DstValue.Buffer = Buffer = LocalAlloc(LPTR,
|
||||
Length);
|
||||
|
||||
|
||||
if (DstValue.Buffer == NULL)
|
||||
{
|
||||
DPRINT1("LocalAlloc() failed\n");
|
||||
|
@ -102,7 +102,7 @@ SetUserEnvironmentVariable (LPVOID *Environment,
|
|||
&DstValue);
|
||||
|
||||
if (Buffer) LocalFree(Buffer);
|
||||
|
||||
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("RtlSetEnvironmentVariable() failed (Status %lx)\n", Status);
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id$
|
||||
/* $Id$
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
|
|
@ -108,7 +108,7 @@ GetUserSidFromToken (HANDLE hToken,
|
|||
/* Dynamic DLL loading interface **********************************************/
|
||||
|
||||
/* OLE32.DLL import table */
|
||||
DYN_MODULE DynOle32 =
|
||||
DYN_MODULE DynOle32 =
|
||||
{
|
||||
L"ole32.dll",
|
||||
{
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id$
|
||||
/* $Id$
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id$
|
||||
/* $Id$
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id$
|
||||
/* $Id$
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
|
Loading…
Reference in a new issue