diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-09 12:46:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:39 -0500 |
commit | 2170981c24f73beb47d437ff25e88b3c320e1ea5 (patch) | |
tree | 5e3bd082d060cc2f7384f3d9dbec7403e2b3291f /source4 | |
parent | afa2910abe8231cf1e42319925c5690cdde39810 (diff) | |
download | samba-2170981c24f73beb47d437ff25e88b3c320e1ea5.tar.gz samba-2170981c24f73beb47d437ff25e88b3c320e1ea5.tar.xz samba-2170981c24f73beb47d437ff25e88b3c320e1ea5.zip |
r14066: fix whitespaces
metze
(This used to be commit 29a1c0bb69f0d52ead7268de4b024d5a91e135cf)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/build/smb_build/config_mk.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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", |