aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2023-03-09 14:56:09 -0500
committerSimon Marchi <simon.marchi@efficios.com>2023-03-09 16:32:00 -0500
commit287de65625a667b6403d0606fa75b67926ec7230 (patch)
treea4911b3dc540ba6a54e0aebbbe972cec6f1d8be1 /gdb/guile
parent2562954ede66f32bff7d985e752b8052c2ae5775 (diff)
downloadfsf-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/guile')
-rw-r--r--gdb/guile/scm-math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/guile/scm-math.c b/gdb/guile/scm-math.c
index 5036871..49fe93b 100644
--- a/gdb/guile/scm-math.c
+++ b/gdb/guile/scm-math.c
@@ -562,7 +562,7 @@ vlscm_convert_typed_number (const char *func_name, int obj_arg_pos, SCM obj,
{
*except_scmp
= gdbscm_make_out_of_range_error
- (func_name, obj_arg_pos, obj,
+ (func_name, obj_arg_pos, obj,
_("value out of range for type"));
return NULL;
}