s3-param: fix indent on cups encrypt
authorAndrew Bartlett <abartlet@samba.org>
Mon, 23 Jul 2012 01:42:40 +0000 (11:42 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 24 Jul 2012 00:46:12 +0000 (10:46 +1000)
source3/param/loadparm.c

index d1245480ebb7abf5b7d6d14e574b62636c931c4d..f803b6cf1c7184fb91fc7f2f6b6152c0792c195b 100644 (file)
@@ -2368,7 +2368,7 @@ static struct parm_struct parm_table[] = {
                .label          = "cups encrypt",
                .type           = P_ENUM,
                .p_class        = P_GLOBAL,
-               .offset            = GLOBAL_VAR(CupsEncrypt),
+               .offset         = GLOBAL_VAR(CupsEncrypt),
                .special        = NULL,
                .enum_list      = enum_bool_auto,
                .flags          = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL,