svn commit: samba r9929 - in branches/SAMBA_4_0/source/lib: . ldb/common

abartlet at samba.org abartlet at samba.org
Thu Sep 1 23:24:48 GMT 2005


Author: abartlet
Date: 2005-09-01 23:24:47 +0000 (Thu, 01 Sep 2005)
New Revision: 9929

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

Log:
Fix indentation

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/lib/credentials.c
   branches/SAMBA_4_0/source/lib/ldb/common/ldb_dn.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/credentials.c
===================================================================
--- branches/SAMBA_4_0/source/lib/credentials.c	2005-09-01 23:24:16 UTC (rev 9928)
+++ branches/SAMBA_4_0/source/lib/credentials.c	2005-09-01 23:24:47 UTC (rev 9929)
@@ -128,7 +128,9 @@
 	return talloc_reference(mem_ctx, cred->principal);
 }
 
-BOOL cli_credentials_set_principal(struct cli_credentials *cred, const char *val, enum credentials_obtained obtained)
+BOOL cli_credentials_set_principal(struct cli_credentials *cred, 
+				   const char *val, 
+				   enum credentials_obtained obtained)
 {
 	if (obtained >= cred->principal_obtained) {
 		cred->principal = talloc_strdup(cred, val);

Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_dn.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/ldb_dn.c	2005-09-01 23:24:16 UTC (rev 9928)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_dn.c	2005-09-01 23:24:47 UTC (rev 9929)
@@ -688,7 +688,7 @@
 }
 
 struct ldb_dn_component *ldb_dn_build_component(void *mem_ctx, const char *attr,
-							       const char *val)
+						const char *val)
 {
 	struct ldb_dn_component *dc;
 
@@ -783,7 +783,7 @@
 
 	for (i = 0; i < dn1->comp_num; i++) {
 		new->components[i] = ldb_dn_copy_component(new->components,
-								&(dn1->components[i]));
+							   &(dn1->components[i]));
 	}
 
 	return new;



More information about the samba-cvs mailing list