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

abartlet at samba.org abartlet at samba.org
Tue Nov 6 03:47:43 GMT 2007


Author: abartlet
Date: 2007-11-06 03:47:41 +0000 (Tue, 06 Nov 2007)
New Revision: 25857

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

Log:
Indent

Modified:
   branches/SAMBA_4_0/source/lib/ldb/common/ldb_msg.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_msg.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/ldb_msg.c	2007-11-06 03:46:57 UTC (rev 25856)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_msg.c	2007-11-06 03:47:41 UTC (rev 25857)
@@ -321,7 +321,8 @@
   convenience functions to return common types from a message
   these return the first value if the attribute is multi-valued
 */
-const struct ldb_val *ldb_msg_find_ldb_val(const struct ldb_message *msg, const char *attr_name)
+const struct ldb_val *ldb_msg_find_ldb_val(const struct ldb_message *msg, 
+					   const char *attr_name)
 {
 	struct ldb_message_element *el = ldb_msg_find_element(msg, attr_name);
 	if (!el || el->num_values == 0) {



More information about the samba-cvs mailing list