mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 06:53:00 +00:00
[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
This commit is contained in:
parent
4b4ffa92f5
commit
34593d933b
952 changed files with 12942 additions and 12942 deletions
|
@ -56,7 +56,7 @@ __mingw_init_ehandler (void)
|
|||
size_t e = 0;
|
||||
PIMAGE_SECTION_HEADER pSec;
|
||||
PBYTE _ImageBase = _GetPEImageBase ();
|
||||
|
||||
|
||||
if (was_here || !_ImageBase)
|
||||
return was_here;
|
||||
was_here = 1;
|
||||
|
@ -66,7 +66,7 @@ __mingw_init_ehandler (void)
|
|||
/* Allocate # of e tables and entries. */
|
||||
memset (emu_pdata, 0, sizeof (RUNTIME_FUNCTION) * MAX_PDATA_ENTRIES);
|
||||
memset (emu_xdata, 0, sizeof (UNWIND_INFO) * MAX_PDATA_ENTRIES);
|
||||
|
||||
|
||||
e = 0;
|
||||
/* Fill tables and entries. */
|
||||
while (e < MAX_PDATA_ENTRIES && (pSec = _FindPESectionExec (e)) != NULL)
|
||||
|
|
|
@ -69,7 +69,7 @@ _matherr (struct _exception *pexcept)
|
|||
break;
|
||||
}
|
||||
|
||||
__mingw_fprintf (stderr, "_matherr(): %s in %s(%g, %g) (retval=%g)\n",
|
||||
__mingw_fprintf (stderr, "_matherr(): %s in %s(%g, %g) (retval=%g)\n",
|
||||
type, pexcept->name, pexcept->arg1, pexcept->arg2, pexcept->retval);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -205,7 +205,7 @@ __mingw_enum_import_library_names (int i)
|
|||
return NULL;
|
||||
|
||||
pNTHeader = (PIMAGE_NT_HEADERS) (pImageBase + ((PIMAGE_DOS_HEADER) pImageBase)->e_lfanew);
|
||||
|
||||
|
||||
importsStartRVA = pNTHeader->OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT].VirtualAddress;
|
||||
if (!importsStartRVA)
|
||||
return NULL;
|
||||
|
@ -217,7 +217,7 @@ __mingw_enum_import_library_names (int i)
|
|||
importDesc = (PIMAGE_IMPORT_DESCRIPTOR) (pImageBase + importsStartRVA);
|
||||
if (!importDesc)
|
||||
return NULL;
|
||||
|
||||
|
||||
for (;;)
|
||||
{
|
||||
if (importDesc->TimeDateStamp == 0 && importDesc->Name == 0)
|
||||
|
|
|
@ -10,4 +10,4 @@
|
|||
|
||||
/* Is this correct? Default value of _fmode in msvcrt.dll is 0. */
|
||||
|
||||
int _fmode = _O_TEXT;
|
||||
int _fmode = _O_TEXT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue