From 9dd321bf5bc13271f229327416ec214f68f0f0da Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Wed, 3 Dec 2025 22:34:22 +0100 Subject: [PATCH] [gdbsupport] Clean whitespace Clean whitespace issues in ax.def and rsp-low.cc. Approved-By: Simon Marchi --- gdbsupport/ax.def | 4 ++-- gdbsupport/rsp-low.cc | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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; } - -- 2.47.3