[rtems commit] fat_fat_operations.c: Fix incorrect indentation

Joel Sherrill joel at rtems.org
Thu Oct 12 23:30:55 UTC 2023


Module:    rtems
Branch:    master
Commit:    b9f7eb2a92ad8850b20ad178d0e9e116b9e4df94
Changeset: http://git.rtems.org/rtems/commit/?id=b9f7eb2a92ad8850b20ad178d0e9e116b9e4df94

Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Oct  3 10:28:23 2023 -0500

fat_fat_operations.c: Fix incorrect indentation

---

 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 vc mailing list