svn commit: samba r13918 - in branches/SAMBA_4_0/source/build/smb_build: .

metze at samba.org metze at samba.org
Tue Mar 7 10:17:44 GMT 2006


Author: metze
Date: 2006-03-07 10:17:42 +0000 (Tue, 07 Mar 2006)
New Revision: 13918

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13918

Log:
fix whitespaces

metze
Modified:
   branches/SAMBA_4_0/source/build/smb_build/config_mk.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/config_mk.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/config_mk.pm	2006-03-07 10:16:03 UTC (rev 13917)
+++ branches/SAMBA_4_0/source/build/smb_build/config_mk.pm	2006-03-07 10:17:42 UTC (rev 13918)
@@ -35,8 +35,7 @@
 		"PUBLIC_HEADERS"	=> "list",
 
 		"EXTRA_CFLAGS"		=> "string",
-
-		"DEFAULT_VISIBILITY" => "string"
+		"DEFAULT_VISIBILITY"	=> "string"
 		},
 	"MODULE" => {
 		"SUBSYSTEM"		=> "string",
@@ -67,7 +66,7 @@
 		"MANPAGE"		=> "string",
 		"INSTALLDIR"		=> "string",
 		"PRIVATE_PROTO_HEADER"	=> "string",
-		"PUBLIC_HEADERS" => "string", 
+		"PUBLIC_HEADERS"	=> "string", 
 
 		"EXTRA_CFLAGS"		=> "string"
 		},
@@ -95,8 +94,7 @@
 		"PRIVATE_PROTO_HEADER"	=> "string",
 
 		"EXTRA_CFLAGS"		=> "string",
-
-		"DEFAULT_VISIBILITY" => "string"
+		"DEFAULT_VISIBILITY"	=> "string"
 		}
 };
 



More information about the samba-cvs mailing list