Fix some indentation in rust-lang.c

I noticed some incorrect indentation in rust-lang.c.  This fixes it.
This commit is contained in:
Tom Tromey
2025-12-03 15:16:29 -07:00
parent 9dd321bf5b
commit 7c31298faf

View 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;