mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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…
Reference in a new issue