]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix some indentation in rust-lang.c
authorTom Tromey <tromey@adacore.com>
Wed, 3 Dec 2025 22:16:29 +0000 (15:16 -0700)
committerTom Tromey <tromey@adacore.com>
Wed, 3 Dec 2025 22:17:17 +0000 (15:17 -0700)
I noticed some incorrect indentation in rust-lang.c.  This fixes it.

gdb/rust-lang.c

index 9a62f8b18ab0286aeb5ac15beaf6c51f9e765db6..20dffbe8d206ff11be0ad33e919afda143b77634 100644 (file)
@@ -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;