gdb: fix vfork with multiple threads
[deliverable/binutils-gdb.git] / gdbsupport / common-exceptions.h
index 76d916f2467c052d0704d7be6893c4a1b7e2a6dd..92f43d267ada3b384b8fd9535392a04f223a283c 100644 (file)
@@ -1,6 +1,6 @@
 /* Exception (throw catch) mechanism, for GDB, the GNU debugger.
 
-   Copyright (C) 1986-2020 Free Software Foundation, Inc.
+   Copyright (C) 1986-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -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
 
This page took 0.04241 seconds and 4 git commands to generate.