diff options
author | Christopher Faylor <me@cgf.cx> | 2006-05-28 15:50:14 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-05-28 15:50:14 +0000 |
commit | 34f5d0879c2122899bb24c40691f06a8388ac623 (patch) | |
tree | 67d7d29711bde7049cb0cdc5e5fa68079c5de371 /winsup/cygwin/exceptions.cc | |
parent | 29d1e62ed2b11f99c3169d65608478941c5c7cc4 (diff) | |
download | cygnal-34f5d0879c2122899bb24c40691f06a8388ac623.tar.gz cygnal-34f5d0879c2122899bb24c40691f06a8388ac623.tar.bz2 cygnal-34f5d0879c2122899bb24c40691f06a8388ac623.zip |
white space
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r-- | winsup/cygwin/exceptions.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index fcc13d100..04f597d6a 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -531,7 +531,7 @@ _cygtls::handle_exceptions (EXCEPTION_RECORD *e, exception_list *frame, CONTEXT si.si_code = BUS_OBJERR; } else - { + { MEMORY_BASIC_INFORMATION m; VirtualQuery ((PVOID) e->ExceptionInformation[1], &m, sizeof m); si.si_signo = SIGSEGV; @@ -1052,7 +1052,7 @@ sigset (int sig, _sig_func_ptr func) else { /* No error checking. The test which could return SIG_ERR has already - been made above. */ + been made above. */ signal (sig, func); sigdelset (&mask, sig); } |