mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Fix some indentation in rust-lang.c
I noticed some incorrect indentation in rust-lang.c. This fixes it.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user