From 6b171e5a91c23e4f633aff561f15dd2fc2726c8f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 7 Mar 2006 10:17:42 +0000 Subject: r13918: fix whitespaces metze (This used to be commit 17be97240f8f759e1ca926ba2fcc0f6ccaf16fdf) --- source4/build/smb_build/config_mk.pm | 8 +++----- 1 file 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" } }; -- cgit