section-select: Fix exclude-file-3
[binutils-gdb.git] / gdbserver / linux-xtensa-low.cc
index a666f52e155ec1b41d8e4359852f65a7d1ecf0fb..8e7c4c08b7bd71e0c572bda61a9cdd60baff5c73 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU/Linux/Xtensa specific low level interface, for the remote server for GDB.
-   Copyright (C) 2007-2020 Free Software Foundation, Inc.
+   Copyright (C) 2007-2022 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -279,7 +279,7 @@ xtensa_target::low_breakpoint_at (CORE_ADDR where)
 
 ps_err_e
 ps_get_thread_area (struct ps_prochandle *ph,
-                    lwpid_t lwpid, int idx, void **base)
+                   lwpid_t lwpid, int idx, void **base)
 {
   xtensa_elf_gregset_t regs;