summaryrefslogtreecommitdiff
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2023-10-03 10:28:23 -0500
committerJoel Sherrill <joel@rtems.org>2023-10-12 18:56:29 -0500
commitb9f7eb2a92ad8850b20ad178d0e9e116b9e4df94 (patch)
tree633cf040c81a95a6740470da7a78311c3d05c75a /cpukit
parent43b74b142e928b7be8118a10e963c465ce1ff625 (diff)
fat_fat_operations.c: Fix incorrect indentation
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libfs/src/dosfs/fat_fat_operations.c6
1 files 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)