From: Tom Tromey Date: Wed, 3 Dec 2025 22:16:29 +0000 (-0700) Subject: Fix some indentation in rust-lang.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c31298faf1f73ffa79354b9e44b7d57bcd12156;p=thirdparty%2Fbinutils-gdb.git Fix some indentation in rust-lang.c I noticed some incorrect indentation in rust-lang.c. This fixes it. --- diff --git a/gdb/rust-lang.c b/gdb/rust-lang.c index 9a62f8b18ab..20dffbe8d20 100644 --- a/gdb/rust-lang.c +++ b/gdb/rust-lang.c @@ -305,8 +305,8 @@ rewrite_slice_type (struct type *in_type, struct type **new_type, } else { - if (!rewrite_slice_type (field_type, &rewritten, bound, - additional_length)) + if (!rewrite_slice_type (field_type, &rewritten, bound, + additional_length)) return false; if (additional_length == nullptr) return true;