summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_hash
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-26 12:36:19 +0100
committerVolker Lendecke <vl@samba.org>2011-02-27 19:27:44 +0100
commit32731db56f6e99fe5c5febb251a00ad9e194081f (patch)
tree5cd6ea2bef16ba13687fa9ff7de1f33051724e2d /source3/winbindd/idmap_hash
parent2c9c8fa036645b8705c281fc5a104373dcee8f27 (diff)
downloadsamba-32731db56f6e99fe5c5febb251a00ad9e194081f.tar.gz
samba-32731db56f6e99fe5c5febb251a00ad9e194081f.tar.bz2
samba-32731db56f6e99fe5c5febb251a00ad9e194081f.zip
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/winbindd/idmap_hash')
-rw-r--r--source3/winbindd/idmap_hash/idmap_hash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_hash/idmap_hash.c b/source3/winbindd/idmap_hash/idmap_hash.c
index c52a90f82b..da5c4e3411 100644
--- a/source3/winbindd/idmap_hash/idmap_hash.c
+++ b/source3/winbindd/idmap_hash/idmap_hash.c
@@ -168,7 +168,7 @@ static NTSTATUS unixids_to_sids(struct idmap_domain *dom,
for (i = 0; ids[i]; i++) {
ids[i]->status = ID_UNKNOWN;
}
-
+
nt_status = be_init(dom, NULL);
BAIL_ON_NTSTATUS_ERROR(nt_status);
@@ -218,7 +218,7 @@ static NTSTATUS sids_to_unixids(struct idmap_domain *dom,
for (i = 0; ids[i]; i++) {
ids[i]->status = ID_UNKNOWN;
}
-
+
nt_status = be_init(dom, NULL);
BAIL_ON_NTSTATUS_ERROR(nt_status);