From b15df2e0273735c0da4e1d257ac1ad1f56bb3a9c Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 25 Nov 2025 23:42:22 -0500 Subject: [PATCH] gdb: fix some whitespace issues Replace 8 spaces with a tab. Change-Id: Ie8f942ce4b4ba4a83c2ee83cb904153b2e58cf8c --- gdb/python/py-unwind.c | 2 +- gdb/python/python-internal.h | 8 ++++---- gdb/s390-tdep.c | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gdb/python/py-unwind.c b/gdb/python/py-unwind.c index c016f5b1aa0..9198e666d59 100644 --- a/gdb/python/py-unwind.c +++ b/gdb/python/py-unwind.c @@ -495,7 +495,7 @@ pending_framepy_read_register (PyObject *self, PyObject *args, PyObject *kw) get_frame_register_value() was used here, which did not handle the user register case. */ value *val = value_of_register - (regnum, get_next_frame_sentinel_okay (pending_frame->frame_info)); + (regnum, get_next_frame_sentinel_okay (pending_frame->frame_info)); if (val == NULL) PyErr_Format (PyExc_ValueError, "Cannot read register %d from frame.", diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index bcaebec791d..502f66c5682 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -1227,8 +1227,8 @@ struct gdbpy_default_invalidator /* A "storage" implementation suitable for temporary (on-demand) objects. */ template > class gdbpy_tracking_registry_storage { @@ -1272,8 +1272,8 @@ protected: from storage. */ template > class gdbpy_memoizing_registry_storage { diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c index c78eccbe4ca..ccffafcecab 100644 --- a/gdb/s390-tdep.c +++ b/gdb/s390-tdep.c @@ -6144,7 +6144,7 @@ ex: return -1; } } - break; + break; /* 0xeb17-0xeb1b undefined */ /* 0xeb1e-0xeb1f undefined */ -- 2.47.3