aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/common-exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/common-exceptions.h')
-rw-r--r--gdbsupport/common-exceptions.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/common-exceptions.h b/gdbsupport/common-exceptions.h
index 76d916f..bd56332 100644
--- a/gdbsupport/common-exceptions.h
+++ b/gdbsupport/common-exceptions.h
@@ -197,9 +197,9 @@ extern int exceptions_state_mc_catch (struct gdb_exception *, int);
CATCH_SJLJ (e, RETURN_MASK_ERROR)
{
switch (e.reason)
- {
- case RETURN_ERROR: ...
- }
+ {
+ case RETURN_ERROR: ...
+ }
}
END_CATCH_SJLJ