diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2023-03-09 14:56:09 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2023-03-09 16:32:00 -0500 |
commit | 287de65625a667b6403d0606fa75b67926ec7230 (patch) | |
tree | a4911b3dc540ba6a54e0aebbbe972cec6f1d8be1 /gdb/auto-load.c | |
parent | 2562954ede66f32bff7d985e752b8052c2ae5775 (diff) | |
download | fsf-binutils-gdb-287de65625a667b6403d0606fa75b67926ec7230.zip fsf-binutils-gdb-287de65625a667b6403d0606fa75b67926ec7230.tar.gz fsf-binutils-gdb-287de65625a667b6403d0606fa75b67926ec7230.tar.bz2 |
gdb, gdbserver, gdbsupport: fix whitespace issues
Replace spaces with tabs in a bunch of places.
Change-Id: If0f87180f1d13028dc178e5a8af7882a067868b0
Diffstat (limited to 'gdb/auto-load.c')
-rw-r--r-- | gdb/auto-load.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/auto-load.c b/gdb/auto-load.c index fdd2fc5..40b05fd 100644 --- a/gdb/auto-load.c +++ b/gdb/auto-load.c @@ -1537,8 +1537,8 @@ _initialize_auto_load () const char *suffix; gdb::observers::new_objfile.attach (auto_load_new_objfile, - auto_load_new_objfile_observer_token, - "auto-load"); + auto_load_new_objfile_observer_token, + "auto-load"); add_setshow_boolean_cmd ("gdb-scripts", class_support, &auto_load_gdb_scripts, _("\ Enable or disable auto-loading of canned sequences of commands scripts."), _("\ |