Re: [PATCH rtems] fat_fat_operations.c: Fix incorrect indentation

2023-10-03 Thread Chris Johns
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)
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


[PATCH rtems] fat_fat_operations.c: Fix incorrect indentation

2023-10-03 Thread Joel Sherrill
---
 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)
-- 
2.31.1

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel