sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.

* include/sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.

From-SVN: r106481
This commit is contained in:
Kaz Kojima 2005-11-04 04:35:34 +00:00
parent 1c2763c9e9
commit b3bdba1328
2 changed files with 6 additions and 2 deletions

View file

@ -42,7 +42,7 @@ typedef struct _sig_ucontext {
#define MAKE_THROW_FRAME(_exception) \
do \
{ \
volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
_sc->sc_pc += 4; \
} \
while (0)
@ -50,7 +50,7 @@ while (0)
#define MAKE_THROW_FRAME(_exception) \
do \
{ \
volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
volatile struct sigcontext *_sc = &_uc->uc_mcontext; \
_sc->sc_pc += 2; \
} \
while (0)