fs: jffs2: Fix inconsistent indentation in jffs2_mark_node_obsolete
authorSuraj Sonawane <surajsonawane0215@gmail.com>
Tue, 8 Oct 2024 18:24:11 +0000 (23:54 +0530)
committerRichard Weinberger <richard@nod.at>
Thu, 14 Nov 2024 19:21:53 +0000 (20:21 +0100)
commitef027aca2961b5b60ec9e91e3758af751396ad3d
treebc0bf20df69d5b5ca064769acf6fb53f2d4053ab
parent1eb4a820791ea1b7d65d86516218cded4e01b79c
fs: jffs2: Fix inconsistent indentation in jffs2_mark_node_obsolete

Fix the indentation to ensure consistent code style and improve
readability, and to fix this warnings:
fs/jffs2/nodemgmt.c:635 jffs2_mark_node_obsolete() warn: inconsistent
indenting
fs/jffs2/nodemgmt.c:646 jffs2_mark_node_obsolete() warn: inconsistent
indenting

Signed-off-by: Suraj Sonawane <surajsonawane0215@gmail.com>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/jffs2/nodemgmt.c