diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-07-23 11:42:40 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-07-24 10:46:12 +1000 |
commit | 7881f4adc5081e206a2bde709c0725b27277ba73 (patch) | |
tree | ac5c23c3d12fedd9ee25a27a9f97bd8c47e4f59d /source3 | |
parent | 2daf1204c67fe66298a5606aa8eb99227e738b33 (diff) | |
download | samba-7881f4adc5081e206a2bde709c0725b27277ba73.tar.gz samba-7881f4adc5081e206a2bde709c0725b27277ba73.tar.bz2 samba-7881f4adc5081e206a2bde709c0725b27277ba73.zip |
s3-param: fix indent on cups encrypt
Diffstat (limited to 'source3')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index d1245480eb..f803b6cf1c 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -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, |