diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-07 10:17:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:23 -0500 |
commit | 6b171e5a91c23e4f633aff561f15dd2fc2726c8f (patch) | |
tree | 5c8b44d4b5bc5670ff1e9f2bd03c81a73a5a3fec /source4/build/smb_build | |
parent | f266ee7c28aa6ddf1571108a1a8a9b447ec1034c (diff) | |
download | samba-6b171e5a91c23e4f633aff561f15dd2fc2726c8f.tar.gz samba-6b171e5a91c23e4f633aff561f15dd2fc2726c8f.tar.bz2 samba-6b171e5a91c23e4f633aff561f15dd2fc2726c8f.zip |
r13918: fix whitespaces
metze
(This used to be commit 17be97240f8f759e1ca926ba2fcc0f6ccaf16fdf)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/config_mk.pm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index d9e2cd31b7..1d38bf74f0 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -35,8 +35,7 @@ my $section_types = { "PUBLIC_HEADERS" => "list", "EXTRA_CFLAGS" => "string", - - "DEFAULT_VISIBILITY" => "string" + "DEFAULT_VISIBILITY" => "string" }, "MODULE" => { "SUBSYSTEM" => "string", @@ -67,7 +66,7 @@ my $section_types = { "MANPAGE" => "string", "INSTALLDIR" => "string", "PRIVATE_PROTO_HEADER" => "string", - "PUBLIC_HEADERS" => "string", + "PUBLIC_HEADERS" => "string", "EXTRA_CFLAGS" => "string" }, @@ -95,8 +94,7 @@ my $section_types = { "PRIVATE_PROTO_HEADER" => "string", "EXTRA_CFLAGS" => "string", - - "DEFAULT_VISIBILITY" => "string" + "DEFAULT_VISIBILITY" => "string" } }; |