smbd: Fix indentation in rename_internals_fsp()
authorVolker Lendecke <vl@samba.org>
Fri, 4 Mar 2022 07:36:04 +0000 (08:36 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 4 Mar 2022 17:43:42 +0000 (17:43 +0000)
commitab692aa6e706a23722e1d3f538582d8394507adb
tree3aff9d0dfb45b8a9b1dfea81f8c62543eb5ad02b
parent5567d5bca2963534dcc4fb1728f83f18d42c9691
smbd: Fix indentation in rename_internals_fsp()

This one space character makes it more obvious where in the copmlex
if-expression lp_store_dos_attributes() lives.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/reply.c