[PATCH rtems] fat_fat_operations.c: Fix incorrect indentation

Joel Sherrill joel at rtems.org
Tue Oct 3 15:29:09 UTC 2023


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



More information about the devel mailing list