s3:smbcacls: fix violation of coding conventions
authorGregor Beck <gbeck@sernet.de>
Wed, 12 Oct 2011 12:34:45 +0000 (14:34 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 12 Oct 2011 20:45:53 +0000 (22:45 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/utils/smbcacls.c

index 06166503cfe1f35a1c88362fd7080f5138d4a781..4cc88850e8b57de41dafbe8fb906453473bf44b1 100644 (file)
@@ -223,7 +223,8 @@ done:
        return status;
 }
 
-static struct dom_sid* get_domain_sid(struct cli_state *cli) {
+static struct dom_sid *get_domain_sid(struct cli_state *cli)
+{
        NTSTATUS status;
 
        struct dom_sid *sid = talloc(talloc_tos(), struct dom_sid);