[PATCH rtems] fat_fat_operations.c: Fix incorrect indentation

Chris Johns chrisj at rtems.org
Tue Oct 3 22:11:47 UTC 2023


OK

Chris

On 4/10/2023 2:29 am, Joel Sherrill wrote:
> ---
>  cpukit/libfs/src/dosfs/fat_fat_operations.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/cpukit/libfs/src/dosfs/fat_fat_operations.c b/cpukit/libfs/src/dosfs/fat_fat_operations.c
> index 24a408f9c7..1d94beb26a 100644
> --- a/cpukit/libfs/src/dosfs/fat_fat_operations.c
> +++ b/cpukit/libfs/src/dosfs/fat_fat_operations.c
> @@ -203,9 +203,9 @@ fat_free_fat_clusters_chain(
>          cur_cln = next_cln;
>      }
>  
> -        fs_info->vol.next_cl = chain;
> -        if (fs_info->vol.free_cls != FAT_UNDEFINED_VALUE)
> -            fs_info->vol.free_cls += freed_cls_cnt;
> +    fs_info->vol.next_cl = chain;
> +    if (fs_info->vol.free_cls != FAT_UNDEFINED_VALUE)
> +        fs_info->vol.free_cls += freed_cls_cnt;
>  
>      fat_buf_release(fs_info);
>      if (rc1 != RC_OK)


More information about the devel mailing list