commit | 6a2dbb742dc5aa18bc7995f7af55fb6e74c3ae4a | [log] [tgz] |
---|---|---|
author | Eli Zaretskii <eliz@gnu.org> | Tue Apr 16 19:13:39 2024 +0300 |
committer | Eli Zaretskii <eliz@gnu.org> | Tue Apr 16 19:13:39 2024 +0300 |
tree | cbd90c49ee38662481e598708d36ec3dc75f03aa | |
parent | 3f6a060c7543332d0cb4377fc318e2db01ea1d3c [diff] |
Remove excess whitespace from doc strings of some commands I've noticed that doc strings of some commands, like "set cwd" and "set inferior-tty", have some excess whitespace, which makes them display with unexpected indentation, at least in a Windows command prompt window. This patch fixes that. * gdb/linux-nat.c (_initialize_linux_nat): * gdb/riscv-tdep.c (riscv_insn): * gdb/top.c (quit_force): * gdb/infcmd.c (_initialize_infcmd): Remove excess whitespace.