s3: smbd: Reformat code in SEC_FLAG_SYSTEM_SECURITY check in create_file_unixpath().
authorJeremy Allison <jra@samba.org>
Fri, 17 Apr 2020 21:20:13 +0000 (14:20 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 21 Apr 2020 18:37:40 +0000 (18:37 +0000)
commitd53c3f2b8376ffc743455e3300f38c15d9b87335
tree5f73d80b4220cd03608b638512ceda46def5966f
parent21b8857919d7a023d31c2e75221517727178f69f
s3: smbd: Reformat code in SEC_FLAG_SYSTEM_SECURITY check in create_file_unixpath().

No logic change but uses modern formatting and will
make it easier to add another clause in the next commit.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/open.c