From: Tom de Vries Date: Wed, 3 Dec 2025 21:34:22 +0000 (+0100) Subject: [gdbsupport] Clean whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dd321bf5bc13271f229327416ec214f68f0f0da;p=thirdparty%2Fbinutils-gdb.git [gdbsupport] Clean whitespace Clean whitespace issues in ax.def and rsp-low.cc. Approved-By: Simon Marchi --- diff --git a/gdbsupport/ax.def b/gdbsupport/ax.def index 9dbb4d609ac..945653d0359 100644 --- a/gdbsupport/ax.def +++ b/gdbsupport/ax.def @@ -27,9 +27,9 @@ grouped logically, see doc/agentexpr.texi. Each line is of the form: - + DEFOP (name, size, data_size, consumed, produced, opcode) - + NAME is the name of the operation. SIZE is the number of argument bytes that the operation takes from the bytecode stream. diff --git a/gdbsupport/rsp-low.cc b/gdbsupport/rsp-low.cc index 4272410fca6..1ef880dc25a 100644 --- a/gdbsupport/rsp-low.cc +++ b/gdbsupport/rsp-low.cc @@ -262,4 +262,3 @@ remote_unescape_input (const gdb_byte *buffer, int len, return output_index; } -