[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-434-g6d72fc4

Michael Adam obnox at samba.org
Wed Mar 26 10:15:51 GMT 2008


The branch, v3-2-test has been updated
       via  6d72fc4373adff01cf6e0e18f78082d1eab90064 (commit)
      from  cdde2e4eaca51d51f036ad99d55df7bfd6535b03 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 6d72fc4373adff01cf6e0e18f78082d1eab90064
Author: Michael Adam <obnox at samba.org>
Date:   Wed Mar 26 10:55:26 2008 +0100

    smbconf: reformat - fix intentation.
    
    This time this won't make me stumble, since there is no
    magic in indented function headers here - no automatic
    prototype generation... :-)
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source/lib/smbconf/smbconf.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/smbconf/smbconf.c b/source/lib/smbconf/smbconf.c
index 756b9ec..4315dd9 100644
--- a/source/lib/smbconf/smbconf.c
+++ b/source/lib/smbconf/smbconf.c
@@ -51,10 +51,10 @@ static WERROR smbconf_global_check(struct smbconf_ctx *ctx)
 /**
  * add a string to a talloced array of strings.
  */
- WERROR smbconf_add_string_to_array(TALLOC_CTX *mem_ctx,
-				    char ***array,
-				    uint32_t count,
-				    const char *string)
+WERROR smbconf_add_string_to_array(TALLOC_CTX *mem_ctx,
+				   char ***array,
+				   uint32_t count,
+				   const char *string)
 {
 	char **new_array = NULL;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list