r18882: make style consistent
authorSimo Sorce <idra@samba.org>
Mon, 25 Sep 2006 02:56:41 +0000 (02:56 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:20:18 +0000 (14:20 -0500)
(This used to be commit a141ee9473ae46c63dea247456f156b40f766d42)

source4/lib/ldb/common/ldb.c

index 760a3113832fc8aa4e62a220b0e1f8cacc492a2f..1e0cfec96d1845bf3eca50f3eae9d31ea7f020ac 100644 (file)
@@ -819,7 +819,9 @@ int ldb_modify(struct ldb_context *ldb,
        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,