mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 14:11:39 +00:00
Remove trailing whitespace and fix the indentation.
svn path=/trunk/; revision=17173
This commit is contained in:
parent
5aebfabb91
commit
12fea44aca
2 changed files with 27 additions and 27 deletions
|
@ -233,7 +233,7 @@ typedef struct _MODULE_INFORMATION
|
|||
#ifdef _INC_EXCPT
|
||||
typedef struct _EXCEPTION_REGISTRATION
|
||||
{
|
||||
struct _EXCEPTION_REGISTRATION* prev;
|
||||
struct _EXCEPTION_REGISTRATION *prev;
|
||||
PEXCEPTION_HANDLER handler;
|
||||
} EXCEPTION_REGISTRATION, *PEXCEPTION_REGISTRATION;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue