From 2170981c24f73beb47d437ff25e88b3c320e1ea5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 9 Mar 2006 12:46:27 +0000 Subject: r14066: fix whitespaces metze (This used to be commit 29a1c0bb69f0d52ead7268de4b024d5a91e135cf) --- source4/build/smb_build/config_mk.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/build/smb_build') diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm index 17bec56ced..7eb0ddc56d 100644 --- a/source4/build/smb_build/config_mk.pm +++ b/source4/build/smb_build/config_mk.pm @@ -48,7 +48,7 @@ my $section_types = { "ENABLE" => "bool", "NOPROTO" => "bool", - "OUTPUT_TYPE" => "string", + "OUTPUT_TYPE" => "string", "MANPAGE" => "string", "PRIVATE_PROTO_HEADER" => "string", @@ -75,7 +75,7 @@ my $section_types = { "MINOR_VERSION" => "string", "RELEASE_VERSION" => "string", - "INIT_FUNCTION_TYPE" => "string", + "INIT_FUNCTION_TYPE" => "string", "OBJ_FILES" => "list", -- cgit