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

idra at samba.org idra at samba.org
Mon Sep 25 02:56:41 GMT 2006


Author: idra
Date: 2006-09-25 02:56:41 +0000 (Mon, 25 Sep 2006)
New Revision: 18882

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

Log:

make style consistent


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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/ldb.c	2006-09-25 02:56:20 UTC (rev 18881)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb.c	2006-09-25 02:56:41 UTC (rev 18882)
@@ -819,7 +819,9 @@
 	int ret;
 
 	ret = ldb_msg_sanity_check(ldb, message);
-	if (ret != LDB_SUCCESS) return ret;
+	if (ret != LDB_SUCCESS) {
+		return ret;
+	}
 
 	ret = ldb_build_mod_req(&req, ldb, ldb,
 					message,



More information about the samba-cvs mailing list