From 287de65625a667b6403d0606fa75b67926ec7230 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 9 Mar 2023 14:56:09 -0500 Subject: gdb, gdbserver, gdbsupport: fix whitespace issues Replace spaces with tabs in a bunch of places. Change-Id: If0f87180f1d13028dc178e5a8af7882a067868b0 --- gdb/rust-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/rust-parse.c') diff --git a/gdb/rust-parse.c b/gdb/rust-parse.c index 545d014..eca98aa 100644 --- a/gdb/rust-parse.c +++ b/gdb/rust-parse.c @@ -1400,7 +1400,7 @@ rust_parser::parse_binop (bool required) /* Arrange to pop the entire stack. */ precedence = -2; break; - } + } /* Make sure that assignments are right-associative while other operations are left-associative. */ -- cgit v1.1