fs/ntfs3: Remove braces from single statment block
authorKari Argillander <kari.argillander@gmail.com>
Tue, 7 Sep 2021 08:34:40 +0000 (11:34 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Thu, 16 Sep 2021 14:01:36 +0000 (17:01 +0300)
commit2829e39e0e8add377508b3c6ef4cf48e6db324fb
tree9e03ee3f090999acae41f3e7b1b627482187ae2f
parent4ca7fe57f21a25afc4a651db5145bfe090c6248f
fs/ntfs3: Remove braces from single statment block

Remove braces from single statment block as they are not needed. Also
Linux kernel coding style guide recommend this and checkpatch warn about
this.

Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/frecord.c